mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Cfg: Convert 'App - Security'
This commit is contained in:
@@ -30,7 +30,7 @@ public class Xow_hdump_mgr__load implements Gfo_invk {
|
||||
this.make_mgr = new Xoh_make_mgr();
|
||||
}
|
||||
public boolean Read_preferred() {return read_preferred;} private boolean read_preferred = true;
|
||||
public Xow_hdump_mode Html_mode() {return html_mode;} private Xow_hdump_mode html_mode;
|
||||
public Xow_hdump_mode Html_mode() {return html_mode;} private Xow_hdump_mode html_mode = Xow_hdump_mode.Shown;
|
||||
public Xoh_make_mgr Make_mgr() {return make_mgr;} private final Xoh_make_mgr make_mgr;
|
||||
public void Init_by_wiki(Xow_wiki wiki) {
|
||||
gplx.xowa.addons.apps.cfgs.Xocfg_mgr cfg_mgr = wiki.App().Cfg();
|
||||
|
||||
@@ -26,7 +26,7 @@ public class Xow_hdump_mode {
|
||||
}
|
||||
public boolean Tid_is_hdump_save() {return tid == Hdump_save.tid;}
|
||||
|
||||
private static final Xow_hdump_mode
|
||||
public static final Xow_hdump_mode
|
||||
Shown = new Xow_hdump_mode(0, "shown" , "Shown")
|
||||
, Hdump_save = new Xow_hdump_mode(1, "hdump_save" , "Saved for HTML DB")
|
||||
, Hdump_load = new Xow_hdump_mode(2, "hdump_load" , "Loaded by HTML DB");
|
||||
|
||||
Reference in New Issue
Block a user