Skip to content

Commit 9f11c87

Browse files
committed
Remove _mainViewModel.ChangeQueryText
1 parent 5097054 commit 9f11c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Helper/HotKeyMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ internal static void SetCustomQueryHotkey(CustomPluginHotkey hotkey)
137137
return;
138138

139139
App.API.ShowMainWindow();
140-
_mainViewModel.ChangeQueryText(hotkey.ActionKeyword, true);
140+
App.API.ChangeQuery(hotkey.ActionKeyword, true);
141141
});
142142
}
143143

0 commit comments

Comments
 (0)