mirror of
https://github.com/par274/sharpemu.git
synced 2026-08-20 08:21:30 +08:00
[GUI] Update window chrome controls (#700)
This commit is contained in:
@@ -18,6 +18,7 @@ public partial class App : Application
|
||||
{
|
||||
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
|
||||
{
|
||||
desktop.ShutdownMode = Avalonia.Controls.ShutdownMode.OnMainWindowClose;
|
||||
desktop.MainWindow = new MainWindow();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user