Remove _mainViewModel.ChangeQueryText

This commit is contained in:
Jack251970 2025-04-09 21:26:27 +08:00
parent 5097054137
commit 9f11c8739a

View file

@ -137,7 +137,7 @@ internal static class HotKeyMapper
return;
App.API.ShowMainWindow();
_mainViewModel.ChangeQueryText(hotkey.ActionKeyword, true);
App.API.ChangeQuery(hotkey.ActionKeyword, true);
});
}