mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Cfg: Standardize rest of cfg keys
This commit is contained in:
@@ -72,9 +72,9 @@ public class Xosync_read_mgr implements Gfo_invk {
|
||||
return this;
|
||||
}
|
||||
private static final String
|
||||
Cfg__manual__enabled = "xowa.wiki.import.page_sync.manual.enabled"
|
||||
, Cfg__auto__enabled = "xowa.wiki.import.page_sync.auto.enabled"
|
||||
, Cfg__auto__interval = "xowa.wiki.import.page_sync.auto.interval"
|
||||
, Cfg__auto__scope = "xowa.wiki.import.page_sync.auto.scope"
|
||||
Cfg__manual__enabled = "xowa.bldr.page_sync.manual.enabled"
|
||||
, Cfg__auto__enabled = "xowa.bldr.page_sync.auto.enabled"
|
||||
, Cfg__auto__interval = "xowa.bldr.page_sync.auto.interval"
|
||||
, Cfg__auto__scope = "xowa.bldr.page_sync.auto.scope"
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user