1
0
Fork 0
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:
Andrew Simachev 2023-07-10 16:11:57 +02:00
parent e22a7e7daf
commit 33aac6aa15
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
2 changed files with 7 additions and 2 deletions

View file

@ -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;