This commit is contained in:
Henry Jameson 2022-03-29 01:04:37 +03:00
parent 650e69c336
commit f20ae34400
14 changed files with 34 additions and 19 deletions

View file

@ -4,7 +4,7 @@
class="BooleanSetting"
>
<Checkbox
:modelValue="state"
:model-value="state"
:disabled="disabled"
@update:modelValue="update"
>

View file

@ -6,7 +6,7 @@
<slot />
{{ ' ' }}
<Select
:modelValue="state"
:model-value="state"
:disabled="disabled"
@update:modelValue="update"
>

View file

@ -110,12 +110,15 @@
</template>
</Popover>
<Checkbox :modelValue="!!expertLevel" @update:modelValue="expertLevel = Number($event)">
<Checkbox
:model-value="!!expertLevel"
@update:modelValue="expertLevel = Number($event)"
>
{{ $t("settings.expert_mode") }}
</Checkbox>
<span
class="extra-content"
id="unscrolled-content"
class="extra-content"
/>
</div>
</div>

View file

@ -184,8 +184,8 @@
<button
v-if="!isDefaultBackground"
class="button-unstyled"
@click="resetBackground"
:title="$t('settings.reset_profile_background')"
@click="resetBackground"
>
<FAIcon
class="reset-button"

View file

@ -951,14 +951,16 @@
:fallback="currentShadowFallback"
/>
<div v-if="shadowSelected === 'avatar' || shadowSelected === 'avatarStatus'">
<i18n-t scope="global"
<i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.always_drop_shadow"
tag="p"
>
<code>filter: drop-shadow()</code>
</i18n-t>
<p>{{ $t('settings.style.shadows.filter_hint.avatar_inset') }}</p>
<i18n-t scope="global"
<i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.drop_shadow_syntax"
tag="p"
>
@ -966,7 +968,8 @@
<code>spread-radius</code>
<code>inset</code>
</i18n-t>
<i18n-t scope="global"
<i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.inset_classic"
tag="p"
>