new database entry for theme
new settings switcher
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class GlobalInfos {
|
||||
#darktheme = false;
|
||||
#darktheme = true;
|
||||
|
||||
isDarkTheme() {
|
||||
return this.#darktheme;
|
||||
@@ -11,6 +11,6 @@ class GlobalInfos {
|
||||
}
|
||||
|
||||
const StaticInfos = new GlobalInfos();
|
||||
Object.freeze(StaticInfos);
|
||||
//Object.freeze(StaticInfos);
|
||||
|
||||
export default StaticInfos;
|
||||
|
||||
Reference in New Issue
Block a user