- tweak: prettify
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user