Generalize IntegerSetting into NumberSetting, add Integer/Float wrappers

This commit is contained in:
Alexander Tumin 2023-03-18 20:48:36 +03:00
commit 493120b545
6 changed files with 77 additions and 30 deletions

View file

@ -272,13 +272,13 @@
</BooleanSetting>
</li>
<li>
<IntegerSetting
<FloatSetting
v-if="user"
path="emojiReactionsScale"
expert="1"
>
{{ $t('settings.emoji_reactions_scale') }}
</IntegerSetting>
</FloatSetting>
</li>
<h3>{{ $t('settings.attachments') }}</h3>
<li>