소스 검색

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();