Requery and do not close window

This commit is contained in:
Jack Ye 2025-03-12 21:59:04 +08:00
parent bad304b38f
commit 94774b2558

View file

@ -66,7 +66,8 @@ namespace Flow.Launcher.Plugin.Sys
Action = c =>
{
_theme.ChangeTheme(theme);
return true;
_context.API.ReQuery();
return false;
}
};
}