We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d099a39 commit b2f8ad9Copy full SHA for b2f8ad9
Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs
@@ -64,6 +64,7 @@ public ThemeSelector(PluginInitContext context)
64
{
65
_context = context;
66
_theme = Ioc.Default.GetRequiredService<Theme>();
67
+ _settings = Ioc.Default.GetRequiredService<Settings>();
68
}
69
70
public List<Result> Query(Query query)
0 commit comments