mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update home page when language changes
This commit is contained in:
parent
0f510b153c
commit
b1e352dd54
1 changed files with 4 additions and 0 deletions
|
|
@ -284,6 +284,10 @@ namespace Flow.Launcher
|
|||
break;
|
||||
case nameof(Settings.Language):
|
||||
UpdateNotifyIconText();
|
||||
if (_settings.ShowHomePage && _viewModel.QueryResultsSelected() && string.IsNullOrEmpty(_viewModel.QueryText))
|
||||
{
|
||||
_viewModel.QueryResults();
|
||||
}
|
||||
break;
|
||||
case nameof(Settings.Hotkey):
|
||||
UpdateNotifyIconText();
|
||||
|
|
|
|||
Loading…
Reference in a new issue