Fixed first boot up crash

This commit is contained in:
Josh Larson
2022-07-05 17:30:13 -05:00
parent d6742906d6
commit 113b1842e9

View File

@@ -90,6 +90,8 @@ class PreferencesDataService : Service() {
loadSettingsGeneral(mapOf())
loadSettingsLogin(mapOf())
loadSettingsForwarder(mapOf())
lastSelectedServerName = ""
localServerConfiguration = mapOf()
}
loadServers()