mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Handle default
This commit is contained in:
parent
76736b7850
commit
c6c7ff882e
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ namespace Flow.Launcher.ViewModel
|
|||
case "update":
|
||||
await UpdatePluginAsync(_newPlugin, _oldPluginPair.Metadata);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue