add: user theme_color_text_link setting
This commit is contained in:
parent
b9ffe00042
commit
535a854a47
6 changed files with 95 additions and 58 deletions
|
@ -44,6 +44,10 @@ media_theme_pref();
|
|||
self.OBSERVERS = [];
|
||||
|
||||
// ...
|
||||
self.define("use_theme_preference", () => {
|
||||
media_theme_pref();
|
||||
});
|
||||
|
||||
self.define("try_use", (_, ns_name, callback) => {
|
||||
// attempt to get existing namespace
|
||||
if (globalThis._app_base.ns_store[`$${ns_name}`]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue