mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Requery and do not close window
This commit is contained in:
parent
bad304b38f
commit
94774b2558
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ namespace Flow.Launcher.Plugin.Sys
|
|||
Action = c =>
|
||||
{
|
||||
_theme.ChangeTheme(theme);
|
||||
return true;
|
||||
_context.API.ReQuery();
|
||||
return false;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue