More changes
This commit is contained in:
+2
-1
@@ -157,7 +157,8 @@ inline const std::vector<SettingInfo> list = {
|
||||
KOREADER_STORE.setCredentials(KOREADER_STORE.getUsername(), v);
|
||||
KOREADER_STORE.saveToFile();
|
||||
},
|
||||
"koPassword", StrId::STR_KOREADER_SYNC),
|
||||
"koPassword", StrId::STR_KOREADER_SYNC)
|
||||
.withObfuscated(),
|
||||
SettingInfo::DynamicString(
|
||||
StrId::STR_SYNC_SERVER_URL, [] { return KOREADER_STORE.getServerUrl(); },
|
||||
[](const std::string& v) {
|
||||
|
||||
Reference in New Issue
Block a user