More changes

This commit is contained in:
jpirnay
2026-04-12 22:55:07 +02:00
parent 87a4ae4bca
commit ed01127bf2
2 changed files with 46 additions and 15 deletions
+2 -1
View File
@@ -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) {