mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
add mark as read to nav menu
This commit is contained in:
@@ -308,6 +308,11 @@ export const useUiStore = defineStore('Ui', () => {
|
||||
updateTrayIconNotify();
|
||||
}
|
||||
|
||||
function clearAllNotifications() {
|
||||
notifiedMenus.value = [];
|
||||
updateTrayIconNotify();
|
||||
}
|
||||
|
||||
function updateTrayIconNotify(force = false) {
|
||||
const newState =
|
||||
appearanceSettings.notificationIconDot &&
|
||||
@@ -332,6 +337,7 @@ export const useUiStore = defineStore('Ui', () => {
|
||||
|
||||
notifyMenu,
|
||||
removeNotify,
|
||||
clearAllNotifications,
|
||||
showConsole,
|
||||
updateTrayIconNotify,
|
||||
pushDialogCrumb,
|
||||
|
||||
Reference in New Issue
Block a user