From 94774b25589f491114679ea60c4297dd265acb82 Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Wed, 12 Mar 2025 21:59:04 +0800 Subject: [PATCH] Requery and do not close window --- Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs b/Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs index bbc45c180..70aa74d77 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs +++ b/Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs @@ -66,7 +66,8 @@ namespace Flow.Launcher.Plugin.Sys Action = c => { _theme.ChangeTheme(theme); - return true; + _context.API.ReQuery(); + return false; } }; }