mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
Toggle notification tray icon dot
This commit is contained in:
@@ -54,6 +54,13 @@
|
||||
style="width: 128px"
|
||||
@change="setZoomLevel" />
|
||||
</div>
|
||||
<simple-switch
|
||||
:label="t('view.settings.appearance.appearance.show_notification_icon_dot')"
|
||||
:value="notificationIconDot"
|
||||
@change="
|
||||
setNotificationIconDot();
|
||||
saveOpenVROption();
|
||||
" />
|
||||
<simple-switch
|
||||
:label="t('view.settings.appearance.appearance.vrcplus_profile_icons')"
|
||||
:value="displayVRCPlusIconsAsAvatar"
|
||||
@@ -391,7 +398,8 @@
|
||||
hideUserMemos,
|
||||
hideUnfriends,
|
||||
randomUserColours,
|
||||
trustColor
|
||||
trustColor,
|
||||
notificationIconDot
|
||||
} = storeToRefs(appearanceSettingsStore);
|
||||
|
||||
const { saveSortFavoritesOption } = useFavoriteStore();
|
||||
@@ -415,7 +423,8 @@
|
||||
updateTrustColor,
|
||||
saveThemeMode,
|
||||
changeAppLanguage,
|
||||
promptMaxTableSizeDialog
|
||||
promptMaxTableSizeDialog,
|
||||
setNotificationIconDot
|
||||
} = appearanceSettingsStore;
|
||||
|
||||
const zoomLevel = ref(100);
|
||||
|
||||
Reference in New Issue
Block a user