mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Fix unfavoriting
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ export const useVrStore = defineStore('Vr', () => {
|
||||
// run these methods again to send data to the overlay
|
||||
sharedFeedStore.updateSharedFeed(true);
|
||||
friendStore.onlineFriendCount = 0; // force an update
|
||||
friendStore.updateOnlineFriendCoutner();
|
||||
friendStore.updateOnlineFriendCounter();
|
||||
}
|
||||
|
||||
async function saveOpenVROption() {
|
||||
|
||||
Reference in New Issue
Block a user