I forgot that (#1239)
This commit is contained in:
parent
de31ba6393
commit
ddfaea3248
2 changed files with 2 additions and 12 deletions
|
@ -1387,13 +1387,6 @@
|
|||
</template>
|
||||
</b-tab>
|
||||
<!--Github-theme-settings -->
|
||||
<!--Github-Plugins -->
|
||||
<b-tab id="hid">
|
||||
<template>
|
||||
<plugins-github/>
|
||||
</template>
|
||||
</b-tab>
|
||||
<!--Github-Plugins -->
|
||||
<!-- Connect Settings -->
|
||||
<!-- Not Prod Ready
|
||||
<b-tab :title="$root.getLz('settings.header.connect')">
|
||||
|
@ -1507,7 +1500,7 @@
|
|||
methods: {
|
||||
sidebarVis() {
|
||||
const tabIndex = app.$store.state.pageState['settings'].currentTabIndex
|
||||
if(tabIndex == 3 || tabIndex == 5 || tabIndex == 10 || tabIndex == 11) {
|
||||
if(tabIndex == 3 || tabIndex == 5 || tabIndex == 10) {
|
||||
return true;
|
||||
}
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue