mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
UI changes
Removes the separate column for view style and instead appends it to the App Type column.
This commit is contained in:
committed by
Andrew Camilleri
parent
e914c84ad3
commit
be7cef29d8
@@ -73,8 +73,6 @@ 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