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.
2 parents bc62302 + cf48e53 commit 492771cCopy full SHA for 492771c
Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs
@@ -37,7 +37,7 @@ public async Task InitializeAsync()
37
_storage = new JsonStorage<ConcurrentDictionary<string, object>>(SettingPath);
38
Settings = await _storage.LoadAsync();
39
40
- if (Settings != null || Configuration == null)
+ if (Configuration == null)
41
{
42
return;
43
}
0 commit comments