Skip to content

Commit

Permalink
bugs squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Oct 19, 2023
1 parent 8e465f7 commit 825b03e
Show file tree
Hide file tree
Showing 221 changed files with 4,767 additions and 6,172 deletions.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.metadata.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.projects.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/.futdcache.v2
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/fileList.bin
Binary file not shown.
20 changes: 6 additions & 14 deletions VTOL_2.0.0/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media.Animation;
using VTOL.Pages;
namespace VTOL
{
/// <summary>
Expand All @@ -19,7 +11,7 @@ public partial class App : Application
const string FriendlyName = " Thunderstore Mod Manager Protocol";
public static void RegisterUriScheme()
{


using (var key = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Classes\\" + UriScheme))
{
Expand All @@ -44,19 +36,19 @@ public static void RegisterUriScheme()
}
}
}
private async void Application_Startup(object sender, StartupEventArgs e)
private async void Application_Startup(object sender, StartupEventArgs e)
{




//SplashScreen splashScreen = new SplashScreen(@"\Pages\Splash.jpg");

//splashScreen.Show(true, true);

// Auto-close: NO, On top: YES
// var splashScreen = new Splash_();
// splashScreen.Show();
// var splashScreen = new Splash_();
// splashScreen.Show();

// // Async load the main window
// // var mainWindow = new MainWindow();
Expand Down
Loading

0 comments on commit 825b03e

Please sign in to comment.