Skip to content

Commit 94774b2

Browse files
committed
Requery and do not close window
1 parent bad304b commit 94774b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ private Result CreateThemeResult(string theme, int score, IList<int> highlightDa
6666
Action = c =>
6767
{
6868
_theme.ChangeTheme(theme);
69-
return true;
69+
_context.API.ReQuery();
70+
return false;
7071
}
7172
};
7273
}

0 commit comments

Comments
 (0)