mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-01-31 08:33:22 +01:00
fix adjacency
This commit is contained in:
parent
d797dadbe0
commit
ceb17dd7eb
1 changed files with 5 additions and 5 deletions
|
@ -236,17 +236,17 @@
|
|||
@change="uploadFile('background', $event)"
|
||||
>
|
||||
</div>
|
||||
<BooleanSetting
|
||||
path="overrideInstanceWallpaper"
|
||||
>
|
||||
{{ $t('settings.override_instance_wallpaper') }}
|
||||
</BooleanSetting>
|
||||
<FAIcon
|
||||
v-if="backgroundUploading"
|
||||
class="uploading"
|
||||
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