mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Adds View Style to Apps list
This commit is contained in:
committed by
Andrew Camilleri
parent
193b209c92
commit
e914c84ad3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user