refactor(device-initialization): Code-Bereinigung, ungenutzte Parameter entfernt und WasmJS-Unterstützung vervollständigt
Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
{
|
||||
"geraetName": "Meldestelle",
|
||||
"sharedKey": "Meldestelle",
|
||||
"backupPath": "/home/stefan/WsMeldestelle/Meldestelle/meldestelle/docs/temp",
|
||||
"networkRole": "MASTER",
|
||||
"expectedClients": [
|
||||
{
|
||||
"name": "Richter-Turm",
|
||||
"role": "RICHTER"
|
||||
}
|
||||
]
|
||||
"deviceName": "Richter-Turm",
|
||||
"sharedKey": "Meldestelle"
|
||||
}
|
||||
|
||||
-2
@@ -118,7 +118,6 @@ fun DesktopMainLayout(
|
||||
onboardingSettings = it
|
||||
DeviceInitializationSettingsManager.saveSettings(it)
|
||||
},
|
||||
settings = onboardingSettings,
|
||||
)
|
||||
}
|
||||
|
||||
@@ -523,7 +522,6 @@ private fun DesktopContentArea(
|
||||
currentScreen: AppScreen,
|
||||
onNavigate: (AppScreen) -> Unit,
|
||||
onBack: () -> Unit,
|
||||
settings: DeviceInitializationSettings,
|
||||
onSettingsChange: (DeviceInitializationSettings) -> Unit,
|
||||
) {
|
||||
when (currentScreen) {
|
||||
|
||||
Reference in New Issue
Block a user