Fix nav dot icon

This commit is contained in:
Natsumi
2025-11-02 21:21:18 +11:00
parent aa61f5a073
commit 0bc49f7d50
5 changed files with 11 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ export const useUiStore = defineStore('Ui', () => {
function updateTrayIconNotify(force = false) {
const newState =
notifiedMenus.value.includes('notification') ||
notifiedMenus.value.includes('friendLog');
notifiedMenus.value.includes('friend-log');
if (trayIconNotify.value !== newState || force) {
trayIconNotify.value = newState;