From 9f11c8739aee2ac3362b025f69e858b9e2c20240 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 9 Apr 2025 21:26:27 +0800 Subject: [PATCH] Remove _mainViewModel.ChangeQueryText --- Flow.Launcher/Helper/HotKeyMapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/Helper/HotKeyMapper.cs b/Flow.Launcher/Helper/HotKeyMapper.cs index b7b39ff31..5e3b30281 100644 --- a/Flow.Launcher/Helper/HotKeyMapper.cs +++ b/Flow.Launcher/Helper/HotKeyMapper.cs @@ -137,7 +137,7 @@ internal static class HotKeyMapper return; App.API.ShowMainWindow(); - _mainViewModel.ChangeQueryText(hotkey.ActionKeyword, true); + App.API.ChangeQuery(hotkey.ActionKeyword, true); }); }