Skip to content

Commit b2f8ad9

Browse files
committed
Fix null exception
1 parent d099a39 commit b2f8ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public ThemeSelector(PluginInitContext context)
6464
{
6565
_context = context;
6666
_theme = Ioc.Default.GetRequiredService<Theme>();
67+
_settings = Ioc.Default.GetRequiredService<Settings>();
6768
}
6869

6970
public List<Result> Query(Query query)

0 commit comments

Comments
 (0)