diff --git a/GalaxyBudsClient/App.axaml.cs b/GalaxyBudsClient/App.axaml.cs index 08ba0824..181377fa 100644 --- a/GalaxyBudsClient/App.axaml.cs +++ b/GalaxyBudsClient/App.axaml.cs @@ -111,7 +111,7 @@ public override void OnFrameworkInitializationCompleted() if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) { - desktop.MainWindow = null;//MainWindow.Instance; + desktop.MainWindow = MainWindow.Instance; } if (Loc.IsTranslatorModeEnabled) diff --git a/GalaxyBudsClient/Interface/MainWindow.axaml.cs b/GalaxyBudsClient/Interface/MainWindow.axaml.cs index 370b8ec5..d8566016 100644 --- a/GalaxyBudsClient/Interface/MainWindow.axaml.cs +++ b/GalaxyBudsClient/Interface/MainWindow.axaml.cs @@ -40,8 +40,6 @@ public partial class MainWindow : StyledAppWindow public MainWindow() { - Log.Error(new StackTrace().ToString()); - InitializeComponent(); this.AttachDevTools();