mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fixes
This commit is contained in:
@@ -375,7 +375,9 @@ Vue.component('marquee-text', MarqueeText);
|
||||
if (this.nowPlaying.playing) {
|
||||
length -= 1;
|
||||
}
|
||||
this.wristFeed.length = length;
|
||||
if (length < this.wristFeed.length) {
|
||||
this.wristFeed.length = length;
|
||||
}
|
||||
};
|
||||
|
||||
$app.methods.updateStatsLoop = async function () {
|
||||
|
||||
Reference in New Issue
Block a user