- tweak: prettify

This commit is contained in:
2025-01-23 20:43:52 +03:00
parent 019dd13d8e
commit 1374772d46
7 changed files with 124 additions and 81 deletions

View File

@@ -1,3 +1,4 @@
using Avalonia;
using Avalonia.Controls;
namespace Nebula.Launcher.Views;
@@ -15,5 +16,8 @@ public partial class MainWindow : Window
: this()
{
Content = mainView;
#if DEBUG
this.AttachDevTools();
#endif
}
}