add configuration error popups

This commit is contained in:
lukas-heiligenbrunner
2020-04-15 15:49:04 +02:00
parent b9058dcdba
commit cf9069e489
4 changed files with 50 additions and 43 deletions

View File

@ -7,7 +7,7 @@ import java.io.IOException
import java.util.*
/**
* Storeage of user information
* Storage of user information
* * database infos
* * mqtt infos
*
@ -99,6 +99,7 @@ class Storage {
/**
* check if all needed properties are set up correctly
* todo real check if connections can be established
*/
fun isEveryThingDefined(): Boolean {
return (mqttServer != "" &&