mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: use platform displayName from RemnaWave config in connection page
Add displayName to RemnawavePlatformData type and prioritize it in getPlatformDisplayName over hardcoded fallback names.
This commit is contained in:
@@ -530,6 +530,7 @@ export interface RemnawaveAppClient {
|
||||
|
||||
export interface RemnawavePlatformData {
|
||||
svgIconKey?: string;
|
||||
displayName?: LocalizedText;
|
||||
apps: RemnawaveAppClient[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user