mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
Rewrite shared feed
This commit is contained in:
+1
-2
@@ -44,12 +44,11 @@ export const useVrStore = defineStore('Vr', () => {
|
||||
updateVRLastLocation();
|
||||
updateVrNowPlaying();
|
||||
// run these methods again to send data to the overlay
|
||||
sharedFeedStore.updateSharedFeed(true);
|
||||
sharedFeedStore.sendSharedFeed();
|
||||
friendStore.updateOnlineFriendCounter(true); // force an update
|
||||
}
|
||||
|
||||
async function saveOpenVROption() {
|
||||
sharedFeedStore.updateSharedFeed(true);
|
||||
updateVRConfigVars();
|
||||
updateVRLastLocation();
|
||||
AppApi.ExecuteVrOverlayFunction('notyClear', '');
|
||||
|
||||
Reference in New Issue
Block a user