mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
'v3.3.4.1'
This commit is contained in:
@@ -43,7 +43,7 @@ public class Xoa_cfg_mgr_tst {
|
||||
class Xoa_cfg_mgr_fxt {
|
||||
public void Clear() {
|
||||
// if (app == null) {
|
||||
app = Xoa_app_fxt.app_();
|
||||
app = Xoa_app_fxt.Make__app__edit();
|
||||
cfg_mgr = app.Cfg_mgr();
|
||||
// }
|
||||
} private Xoae_app app; Xoa_cfg_mgr cfg_mgr;
|
||||
|
||||
@@ -46,5 +46,5 @@ class Xocfg_new_tab_pos {
|
||||
default: throw Err_.new_unhandled(v);
|
||||
}
|
||||
}
|
||||
public static KeyVal[] Options__all = KeyVal_.Ary(KeyVal_.new_(Key_all_bgn), KeyVal_.new_(Key_all_end), KeyVal_.new_(Key_cur_prv), KeyVal_.new_(Key_cur_nxt));
|
||||
public static Keyval[] Options__all = Keyval_.Ary(Keyval_.new_(Key_all_bgn), Keyval_.new_(Key_all_end), Keyval_.new_(Key_cur_prv), Keyval_.new_(Key_cur_nxt));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user