mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix wrist feed not updating while searching feed
This commit is contained in:
@@ -7560,6 +7560,7 @@ speechSynthesis.getVoices();
|
||||
$app.methods.addFeed = function (feed) {
|
||||
this.queueFeedNoty(feed);
|
||||
this.feedSessionTable.push(feed);
|
||||
this.updateSharedFeed(false);
|
||||
if (
|
||||
this.feedTable.filter.length > 0 &&
|
||||
!this.feedTable.filter.includes(feed.type)
|
||||
@@ -7577,7 +7578,6 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
this.feedTable.data.push(feed);
|
||||
this.sweepFeed();
|
||||
this.updateSharedFeed(false);
|
||||
this.notifyMenu('feed');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user