Преглед изворни кода

Fixed double initialisation of ConfigureMainScreen

Kenric Nugteren пре 9 месеци
родитељ
комит
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();