mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-07 08:07:40 +03:00
Label koreader url as "Custom/Default" instead of "Set/Not Set" to per #428
This commit is contained in:
parent
3ce11f14ce
commit
0065859891
@ -194,7 +194,7 @@ void KOReaderSettingsActivity::render() {
|
|||||||
} else if (i == 1) {
|
} else if (i == 1) {
|
||||||
status = KOREADER_STORE.getPassword().empty() ? "[Not Set]" : "[Set]";
|
status = KOREADER_STORE.getPassword().empty() ? "[Not Set]" : "[Set]";
|
||||||
} else if (i == 2) {
|
} else if (i == 2) {
|
||||||
status = KOREADER_STORE.getServerUrl().empty() ? "[Not Set]" : "[Set]";
|
status = KOREADER_STORE.getServerUrl().empty() ? "[Default]" : "[Custom]";
|
||||||
} else if (i == 3) {
|
} else if (i == 3) {
|
||||||
status = KOREADER_STORE.getMatchMethod() == DocumentMatchMethod::FILENAME ? "[Filename]" : "[Binary]";
|
status = KOREADER_STORE.getMatchMethod() == DocumentMatchMethod::FILENAME ? "[Filename]" : "[Binary]";
|
||||||
} else if (i == 4) {
|
} else if (i == 4) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user