mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 01:33:51 +02:00
tidy settings
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
setDisplayVRCPlusIconsAsAvatar();
|
||||
saveOpenVROption();
|
||||
" />
|
||||
</div>
|
||||
<div class="options-container">
|
||||
<span class="header">{{ t('view.settings.appearance.display.header') }}</span>
|
||||
<simple-switch
|
||||
:label="t('view.settings.appearance.appearance.show_instance_id')"
|
||||
:value="showInstanceIdInLocation"
|
||||
@@ -86,6 +89,10 @@
|
||||
setHideNicknames();
|
||||
saveOpenVROption();
|
||||
" />
|
||||
<simple-switch
|
||||
:label="t('view.settings.appearance.appearance.age_gated_instances')"
|
||||
:value="isAgeGatedInstancesVisible"
|
||||
@change="setIsAgeGatedInstancesVisible" />
|
||||
<simple-switch
|
||||
:label="t('view.settings.appearance.appearance.striped_data_table_mode')"
|
||||
:value="isDataTableStriped"
|
||||
@@ -94,10 +101,9 @@
|
||||
:label="t('view.settings.appearance.appearance.toggle_pointer_on_hover')"
|
||||
:value="showPointerOnHover"
|
||||
@change="togglePointerOnHover" />
|
||||
<simple-switch
|
||||
:label="t('view.settings.appearance.appearance.age_gated_instances')"
|
||||
:value="isAgeGatedInstancesVisible"
|
||||
@change="setIsAgeGatedInstancesVisible" />
|
||||
</div>
|
||||
<div class="options-container">
|
||||
<span class="header">{{ t('view.settings.appearance.sorting_tables.header') }}</span>
|
||||
<div class="options-container-item">
|
||||
<span class="name">{{ t('view.settings.appearance.appearance.sort_favorite_by') }}</span>
|
||||
<RadioGroup
|
||||
|
||||
Reference in New Issue
Block a user