Fix wrong color in reset-layout button

This commit is contained in:
Matthias 2024-01-07 16:20:57 +01:00
parent 56c8318c74
commit ec44760143

View File

@ -88,11 +88,15 @@
<b-avatar size="2em" button>FT</b-avatar>
</template>
<span class="ps-3">V: {{ settingsStore.uiVersion }}</span>
<router-link class="dropdown-item" to="/settings">Settings</router-link>
<router-link to="/settings">
<b-dropdown-item-button> Settings </b-dropdown-item-button>
</router-link>
<div class="ps-3">
<b-form-checkbox v-model="layoutStore.layoutLocked">Lock layout</b-form-checkbox>
</div>
<b-dropdown-item @click="resetDynamicLayout">Reset Layout</b-dropdown-item>
<b-dropdown-item-button @click="resetDynamicLayout"
>Reset Layout</b-dropdown-item-button
>
<router-link
v-if="botStore.botCount === 1"
class="dropdown-item"