home/anyrun: show results immediately

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-08 15:07:56 +01:00
parent b3cd1f66f0
commit 096783c00a
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -11,6 +11,7 @@
]; ];
hidePluginInfo = true; hidePluginInfo = true;
closeOnClick = true; closeOnClick = true;
showResultsImmediately = true;
}; };
extraCss = builtins.readFile (./. + "/style.css"); extraCss = builtins.readFile (./. + "/style.css");