admin: fix theme flash

This commit is contained in:
dswbx
2025-07-02 18:14:35 +02:00
parent 45138c25f0
commit 22b54862e8
4 changed files with 4 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ export class AdminController extends Controller {
basepath: this._options.basepath ?? "/",
adminBasepath: this._options.adminBasepath ?? "",
assetsPath: this._options.assetsPath ?? config.server.assets_path,
theme: this._options.theme ?? "system",
//theme: this._options.theme ?? "system",
logo_return_path: this._options.logoReturnPath ?? "/",
};
}