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.
1 parent 76736b7 commit c6c7ff8Copy full SHA for c6c7ff8
Flow.Launcher/ViewModel/PluginStoreItemViewModel.cs
@@ -82,6 +82,8 @@ private async Task ShowCommandQueryAsync(string action)
82
case "update":
83
await UpdatePluginAsync(_newPlugin, _oldPluginPair.Metadata);
84
break;
85
+ default:
86
+ break;
87
}
88
89
0 commit comments