mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-03-01 09:57:57 +01:00
Fixed Server Id to be the same as the Preference was
This commit is contained in:
parent
55105e52b6
commit
b7c21e4aac
@ -216,7 +216,7 @@ class ServerSettingsModel(
|
||||
if (url.isNullOrEmpty() || userName.isNullOrEmpty()) return null
|
||||
|
||||
return ServerSetting(
|
||||
serverId,
|
||||
preferenceId,
|
||||
serverId,
|
||||
settings.getString(PREFERENCES_KEY_SERVER_NAME + preferenceId, "")!!,
|
||||
url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user