Adds View Style to Apps list

This commit is contained in:
Samuel Adams
2021-11-02 14:55:31 -04:00
committed by Andrew Camilleri
parent 193b209c92
commit e914c84ad3
4 changed files with 50 additions and 1 deletions

View File

@@ -73,6 +73,8 @@ namespace BTCPayServer.Controllers
return app.StoreName;
case nameof(app.AppType):
return app.AppType;
case nameof(app.ViewStyle):
return app.ViewStyle;
default:
return app.Id;
}