add tooltip to notification

This commit is contained in:
pa
2026-01-20 22:27:43 +09:00
committed by Natsumi
parent 0fa6e48fd7
commit ded6b0ccf0
5 changed files with 42 additions and 21 deletions
+1 -1
View File
@@ -103,7 +103,6 @@ export const useWorldStore = defineStore('World', () => {
D.treeData = {};
D.bundleSizes = [];
D.lastUpdated = '';
D.visible = false;
D.loading = true;
D.inCache = false;
D.cacheSize = '';
@@ -166,6 +165,7 @@ export const useWorldStore = defineStore('World', () => {
D.id,
D.ref?.name || D.id
);
D.visible = true;
D.isFavorite = favoriteStore.getCachedFavoritesByObjectId(
D.id
);