瀏覽代碼

Fixed double initialisation of ConfigureMainScreen

Kenric Nugteren 8 月之前
父節點
當前提交
0002e6229a
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      prs.desktop/MainWindow.xaml.cs

+ 0 - 4
prs.desktop/MainWindow.xaml.cs

@@ -401,10 +401,6 @@ public partial class MainWindow : IPanelHostControl
                 ConfigureMainScreen(null);
             }
         }
-        else
-        {
-            ConfigureMainScreen(null);
-        }
 
         ProfileName.Content = App.Profile;
         URL.Content = GetDatabaseConnectionDescription();