Minor UI tweaks

This commit is contained in:
Liyas Thomas
2020-02-11 08:51:34 +05:30
parent ad0b342d89
commit 015fd24e03
3 changed files with 11 additions and 21 deletions

View File

@@ -339,8 +339,9 @@ export default {
"https://postwoman.apollotv.xyz/",
PROXY_KEY: this.$store.state.postwoman.settings.PROXY_KEY || "",
EXTENSIONS_ENABLED:
(typeof this.$store.state.postwoman.settings.EXTENSIONS_ENABLED !== 'undefined') ?
this.$store.state.postwoman.settings.EXTENSIONS_ENABLED
typeof this.$store.state.postwoman.settings.EXTENSIONS_ENABLED !==
"undefined"
? this.$store.state.postwoman.settings.EXTENSIONS_ENABLED
: true
},