mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
fix reddot
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ export const useFeedStore = defineStore('Feed', () => {
|
||||
}
|
||||
feedTable.value.data.push(feed);
|
||||
sweepFeed();
|
||||
UiStore.notifyMenu('feed');
|
||||
// UiStore.notifyMenu('feed');
|
||||
}
|
||||
|
||||
function sweepFeed() {
|
||||
|
||||
@@ -243,7 +243,6 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
|
||||
return;
|
||||
}
|
||||
pendingVRCXUpdate.value = true;
|
||||
uiStore.notifyMenu('settings');
|
||||
if (updateToastRelease.value !== releaseName) {
|
||||
updateToastRelease.value = releaseName;
|
||||
toast(t('nav_menu.update_available'), {
|
||||
|
||||
Reference in New Issue
Block a user