We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29f1d3 commit 6ecb8d1Copy full SHA for 6ecb8d1
1 file changed
HandyDoc/Views/MainWindow.xaml.cs
@@ -18,6 +18,7 @@ public partial class MainWindow
18
public MainWindow()
19
{
20
InitializeComponent();
21
+ Instance = this;
22
cmbLang.SelectedIndex = GlobalDataHelper<AppConfig>.Config.Lang.Contains("English") ? 0 : 1;
23
24
GetItemsForSearch();
0 commit comments