This commit is contained in:
syuilo 2018-12-30 14:08:40 +09:00
parent b3032ad84d
commit 93ad4b359e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -80,8 +80,10 @@
</section>
<section>
<header>{{ $t('wallpaper') }}</header>
<ui-button @click="updateWallpaper">{{ $t('choose-wallpaper') }}</ui-button>
<ui-button @click="deleteWallpaper">{{ $t('delete-wallpaper') }}</ui-button>
<ui-horizon-group class="fit-bottom">
<ui-button @click="updateWallpaper">{{ $t('choose-wallpaper') }}</ui-button>
<ui-button @click="deleteWallpaper">{{ $t('delete-wallpaper') }}</ui-button>
</ui-horizon-group>
</section>
<section>
<header>{{ $t('navbar-position') }}</header>