Apps become plugins

Unified navigation for apps that are now plugins. Part of #4744.
This commit is contained in:
Dennis Reimann
2023-03-18 22:36:26 +01:00
committed by d11n
parent d3f5576570
commit 7ad0aa82fc
10 changed files with 77 additions and 66 deletions

View File

@@ -30,6 +30,7 @@ namespace BTCPayServer.Models.AppViewModels
public string SelectedAppType { get; set; }
public SelectList AppTypes { get; set; }
public string AppType { get; set; }
private void SetApps(AppService appService)
{