mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix #608
This commit is contained in:
parent
cdc244ec06
commit
05f23f89ae
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ namespace Wox
|
|||
cbIgnoreHotkeysOnFullscreen.IsChecked = _settings.IgnoreHotkeysOnFullscreen;
|
||||
AutoUpdatesCheckBox.IsChecked = _settings.AutoUpdates;
|
||||
|
||||
LoadLanguages();
|
||||
comboMaxResultsToShow.ItemsSource = Enumerable.Range(2, 16);
|
||||
var maxResults = _settings.MaxResultsToShow;
|
||||
comboMaxResultsToShow.SelectedItem = maxResults == 0 ? 6 : maxResults;
|
||||
|
|
@ -151,6 +150,7 @@ namespace Wox
|
|||
|
||||
#endregion
|
||||
|
||||
LoadLanguages();
|
||||
settingsLoaded = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue