1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Cfg: Remove old prefs system

This commit is contained in:
gnosygnu
2016-12-25 20:16:58 -05:00
parent b876e4a680
commit 1ea75765d7
9 changed files with 2 additions and 695 deletions

View File

@@ -84,8 +84,7 @@ public class Xoa_boot_mgr {
catch (Exception e) {usr_dlg.Warn_many("", "", "app init failed: ~{0}", Err_.Message_gplx_full(e));}
app.Usr_dlg().Log_wkr_(app.Log_wtr()); // NOTE: log_wtr must be set for cmd-line (else process will fail);
// run gfs
gplx.xowa.users.prefs.Prefs_rename_mgr.Instance.Check(app.Usere().Fsys_mgr().App_data_cfg_user_fil());
// run gfs; prefs.gfs and app.gfs
Io_url cmd_file = arg_mgr.Cmd__file();
try {app.Gfs_mgr().Run_url(cmd_file);}
catch (Exception e) {