mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Night-mode: Allow global user-overrides for night-mode css / logo
This commit is contained in:
@@ -43,7 +43,11 @@ public class Xoav_app implements Xoa_app, Gfo_invk {
|
||||
this.utl_msg_log = Gfo_msg_log.Test();
|
||||
this.html__bridge_mgr = new Xoh_bridge_mgr(utl__json_parser);
|
||||
this.gui__tab_mgr = tab_mgr;
|
||||
|
||||
// user
|
||||
this.user = new Xouv_user(this, "anonymous", root_dir.GenSubDir_nest("user", "anonymous"));
|
||||
this.fsys_mgr.Url_finder().Init_by_user(user.Fsys_mgr());
|
||||
|
||||
this.api_root = null;
|
||||
this.site_cfg_mgr = new Xoa_site_cfg_mgr(this);
|
||||
this.bldr = new Xob_bldr(null);
|
||||
|
||||
Reference in New Issue
Block a user