This commit is contained in:
2022-05-23 20:18:53 +03:00
parent 760a840cc7
commit 363c85d0b3
11 changed files with 176 additions and 11 deletions

View File

@@ -15,7 +15,10 @@ namespace DiscordBotGUI
{
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
{
desktop.MainWindow = new MainWindow();
desktop.MainWindow = new AppUpdater() { Width = 250, Height = 50 };
}
base.OnFrameworkInitializationCompleted();