mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Handle results from SetCurrentTheme
This commit is contained in:
parent
dd210ad419
commit
a3c7be9559
1 changed files with 4 additions and 2 deletions
|
|
@ -76,8 +76,10 @@ namespace Flow.Launcher.Plugin.Sys
|
|||
Score = score,
|
||||
Action = c =>
|
||||
{
|
||||
_context.API.SetCurrentTheme(theme);
|
||||
_context.API.ReQuery();
|
||||
if (_context.API.SetCurrentTheme(theme))
|
||||
{
|
||||
_context.API.ReQuery();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue