Небольшие поправки

This commit is contained in:
Book Pauk
2020-02-02 12:58:13 +07:00
parent 06edfa2fee
commit 3a89e61bd8

View File

@@ -4,10 +4,11 @@
Справка
</template>
<div class="fit" style="min-width: 600px">
<q-btn-toggle
v-model="selectedTab"
toggle-color="primary"
no-caps
no-caps unelevated
:options="[
{label: 'Общее', value: 'common'},
{label: 'Клавиатура', value: 'hotkeys'},
@@ -38,6 +39,7 @@
<DonateHelpPage></DonateHelpPage>
</q-tab-panel>
</q-tab-panels>
</div>
</Window>
</template>