Fix null exception

This commit is contained in:
Odotocodot 2025-03-12 16:02:42 +00:00
parent d099a392c5
commit b2f8ad9fb9

View file

@ -64,6 +64,7 @@ namespace Flow.Launcher.Plugin.Sys
{
_context = context;
_theme = Ioc.Default.GetRequiredService<Theme>();
_settings = Ioc.Default.GetRequiredService<Settings>();
}
public List<Result> Query(Query query)