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