Skip to content

Commit c6c7ff8

Browse files
committed
Handle default
1 parent 76736b7 commit c6c7ff8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/ViewModel/PluginStoreItemViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ private async Task ShowCommandQueryAsync(string action)
8282
case "update":
8383
await UpdatePluginAsync(_newPlugin, _oldPluginPair.Metadata);
8484
break;
85+
default:
86+
break;
8587
}
8688
}
8789

0 commit comments

Comments
 (0)