fix(eq): seed device ID at startup and add device management UI
Fix multi-device EQ auto-switching by calling obtenerDispositivoActual() during cargarPersistido() to seed the initial device ID. Add device management modal with rename support, EQ preset editing, and connection status indicator. Translate device UI keys to all 13 locales.
This commit is contained in:
@@ -1264,4 +1264,24 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
String advancedEqDevicePresetLabel(Object presetName) {
|
||||
return 'Preset: $presetName';
|
||||
}
|
||||
|
||||
@override
|
||||
String preNoticeCountdown(int minutes) {
|
||||
return 'Startet in $minutes Min.';
|
||||
}
|
||||
|
||||
@override
|
||||
String get eqDeviceEditTitle => 'Gerät bearbeiten';
|
||||
|
||||
@override
|
||||
String get eqDeviceNameLabel => 'Gerätename';
|
||||
|
||||
@override
|
||||
String get eqDeviceNameHint => 'z. B. Wohnzimmer-Lautsprecher';
|
||||
|
||||
@override
|
||||
String get eqDeviceNameConfirm => 'Speichern';
|
||||
|
||||
@override
|
||||
String get eqDeviceConnected => 'Verbunden';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user