forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
b3032ad84d
commit
93ad4b359e
1 changed files with 4 additions and 2 deletions
|
@ -80,8 +80,10 @@
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<header>{{ $t('wallpaper') }}</header>
|
<header>{{ $t('wallpaper') }}</header>
|
||||||
<ui-button @click="updateWallpaper">{{ $t('choose-wallpaper') }}</ui-button>
|
<ui-horizon-group class="fit-bottom">
|
||||||
<ui-button @click="deleteWallpaper">{{ $t('delete-wallpaper') }}</ui-button>
|
<ui-button @click="updateWallpaper">{{ $t('choose-wallpaper') }}</ui-button>
|
||||||
|
<ui-button @click="deleteWallpaper">{{ $t('delete-wallpaper') }}</ui-button>
|
||||||
|
</ui-horizon-group>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<header>{{ $t('navbar-position') }}</header>
|
<header>{{ $t('navbar-position') }}</header>
|
||||||
|
|
Loading…
Reference in a new issue