Rename: instanceSpecificPanelPresent

This commit is contained in:
Edijs 2019-02-17 14:24:14 -07:00
parent e871e3f2ac
commit c30dabbdd4
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ const settings = {
currentSaveStateNotice () {
return this.$store.state.interface.settings.currentSaveStateNotice
},
showInstanceSpecificPanel () { return this.$store.state.instance.showInstanceSpecificPanel }
instanceSpecificPanelPresent () { return this.$store.state.instance.showInstanceSpecificPanel }
},
watch: {
hideAttachmentsLocal (value) {

View File

@ -27,7 +27,7 @@
<li>
<interface-language-switcher />
</li>
<li v-if="showInstanceSpecificPanel">
<li v-if="instanceSpecificPanelPresent">
<input type="checkbox" id="hideISP" v-model="hideISPLocal">
<label for="hideISP">{{$t('settings.hide_isp')}}</label>
</li>