This commit is contained in:
Matthew Hodgson 2017-10-26 01:59:18 +01:00
parent 1237de3ef0
commit deb0f902e3
3 changed files with 3 additions and 7 deletions

View file

@ -188,9 +188,7 @@ export default {
}
if (!syncedSettings || !syncedSettings.theme) {
theme = (SdkConfig.get() ? SdkConfig.get().default_theme : undefined) || 'light';
}
else
{
} else {
theme = syncedSettings.theme;
}
return theme;