mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-10 02:29:31 +00:00
hidden button in workspace
This commit is contained in:
parent
fff9906bf6
commit
3bf4fdf476
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
<t-link v-else href="https://qa.vicicode.cn/" target="_blank">{{ $t('navbar.qa') }}</t-link>
|
||||
</li>
|
||||
<li>
|
||||
<a-button v-show="route.path !== '/tool/flash'" type="primary" @click="connectIt">{{ appStore.connectState ? $t('navbar.disconnect') : $t('navbar.connect') }}</a-button>
|
||||
<a-button v-show="route.path !== '/tool/flash' && route.path !== '/idea/firmware'" type="primary" @click="connectIt">{{ appStore.connectState ? $t('navbar.disconnect') : $t('navbar.connect') }}</a-button>
|
||||
</li>
|
||||
<li>
|
||||
<a-tooltip :content="$t('settings.language')">
|
||||
|
|
Loading…
Add table
Reference in a new issue