Skip to content

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
ghost1372 committed Jan 8, 2021
1 parent c29f1d3 commit 6ecb8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HandyDoc/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ public partial class MainWindow
public MainWindow()
{
InitializeComponent();
Instance = this;
cmbLang.SelectedIndex = GlobalDataHelper<AppConfig>.Config.Lang.Contains("English") ? 0 : 1;

GetItemsForSearch();

0 comments on commit 6ecb8d1

Please sign in to comment.