forked from mirrors/amputoma-fe
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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<BooleanSetting
|
|
||||||
path="overrideInstanceWallpaper"
|
|
||||||
>
|
|
||||||
{{ $t('settings.override_instance_wallpaper') }}
|
|
||||||
</BooleanSetting>
|
|
||||||
<p>{{ $t('settings.set_new_profile_background') }}</p>
|
<p>{{ $t('settings.set_new_profile_background') }}</p>
|
||||||
<img
|
<img
|
||||||
v-if="backgroundPreview"
|
v-if="backgroundPreview"
|
||||||
|
@ -247,6 +242,11 @@
|
||||||
spin
|
spin
|
||||||
icon="circle-notch"
|
icon="circle-notch"
|
||||||
/>
|
/>
|
||||||
|
<BooleanSetting
|
||||||
|
path="overrideInstanceWallpaper"
|
||||||
|
>
|
||||||
|
{{ $t('settings.override_instance_wallpaper') }}
|
||||||
|
</BooleanSetting>
|
||||||
<button
|
<button
|
||||||
v-else-if="backgroundPreview"
|
v-else-if="backgroundPreview"
|
||||||
class="btn button-default"
|
class="btn button-default"
|
||||||
|
|
Loading…
Reference in a new issue