mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-01-31 08:33:22 +01:00
move down "replace wallpaper" checkbox in settings
This commit is contained in:
parent
571e204f87
commit
d797dadbe0
1 changed files with 5 additions and 5 deletions
|
@ -224,11 +224,6 @@
|
|||
/>
|
||||
</button>
|
||||
</div>
|
||||
<BooleanSetting
|
||||
path="overrideInstanceWallpaper"
|
||||
>
|
||||
{{ $t('settings.override_instance_wallpaper') }}
|
||||
</BooleanSetting>
|
||||
<p>{{ $t('settings.set_new_profile_background') }}</p>
|
||||
<img
|
||||
v-if="backgroundPreview"
|
||||
|
@ -247,6 +242,11 @@
|
|||
spin
|
||||
icon="circle-notch"
|
||||
/>
|
||||
<BooleanSetting
|
||||
path="overrideInstanceWallpaper"
|
||||
>
|
||||
{{ $t('settings.override_instance_wallpaper') }}
|
||||
</BooleanSetting>
|
||||
<button
|
||||
v-else-if="backgroundPreview"
|
||||
class="btn button-default"
|
||||
|
|
Loading…
Reference in a new issue