disabled "compact user info" setting in mobile layout
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
cf11b2523e
commit
2e83ccefdc
1 changed files with 4 additions and 1 deletions
|
@ -165,7 +165,10 @@
|
|||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path="compactUserInfo">
|
||||
<BooleanSetting
|
||||
path="compactUserInfo"
|
||||
:disabled="this.$store.state.interface.layoutType === 'mobile'"
|
||||
>
|
||||
{{ $t('settings.compact_user_info') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue