feat(onboarding): Property isConfigured ergänzt, Build-Fehler behoben
Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
+3
-1
@@ -30,4 +30,6 @@ data class OnboardingSettings(
|
||||
val expectedClients: List<ExpectedClient> = emptyList(),
|
||||
val syncInterval: Int = 30, // in Minuten
|
||||
val defaultPrinter: String = ""
|
||||
)
|
||||
) {
|
||||
val isConfigured: Boolean get() = geraetName.isNotBlank() && sharedKey.isNotBlank()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user