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:
c0mrade
2026-02-05 14:27:53 +03:00
parent 966343a4d8
commit 53940a0169
2 changed files with 13 additions and 4 deletions

View File

@@ -530,6 +530,7 @@ export interface RemnawaveAppClient {
export interface RemnawavePlatformData {
svgIconKey?: string;
displayName?: LocalizedText;
apps: RemnawaveAppClient[];
}