mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
JS-2554: default theme set to system
This commit is contained in:
parent
e22a7e7daf
commit
33aac6aa15
2 changed files with 7 additions and 2 deletions
|
@ -47,8 +47,7 @@ class Util {
|
|||
};
|
||||
|
||||
getTheme () {
|
||||
const theme = (undefined !== ConfigManager.config.theme) ? ConfigManager.config.theme : 'system';
|
||||
switch (theme) {
|
||||
switch (ConfigManager.config.theme) {
|
||||
default:
|
||||
return theme;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue