mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
[PowerToys Run] Crash on exit, logs (#11509)
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Microsoft.Plugin.Indexer
|
||||
// To save the configurations of plugins
|
||||
public void Save()
|
||||
{
|
||||
_storage.Save();
|
||||
_storage?.Save();
|
||||
}
|
||||
|
||||
// This function uses the Windows indexer and returns the list of results obtained
|
||||
|
||||
Reference in New Issue
Block a user