forced roundness tweak config

This commit is contained in:
Henry Jameson 2024-06-21 22:46:01 +03:00
commit eed05f1380
6 changed files with 62 additions and 13 deletions

View file

@ -128,6 +128,15 @@
<div class="setting-item">
<h2>{{ $t('settings.visual_tweaks') }}</h2>
<ul class="setting-list">
<li>
<ChoiceSetting
id="forcedRoundness"
path="forcedRoundness"
:options="forcedRoundnessOptions"
>
{{ $t('settings.force_interface_roundness') }}
</ChoiceSetting>
</li>
<li v-if="instanceWallpaperUsed">
<BooleanSetting path="hideInstanceWallpaper">
{{ $t('settings.hide_wallpaper') }}