mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Remove moderations notify dot
This commit is contained in:
@@ -2326,7 +2326,6 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
API.$on('LOGIN', function () {
|
API.$on('LOGIN', function () {
|
||||||
this.cachedPlayerModerations.clear();
|
this.cachedPlayerModerations.clear();
|
||||||
$app.playerModerationTable.lastRunLength = 0;
|
|
||||||
this.isPlayerModerationsLoading = false;
|
this.isPlayerModerationsLoading = false;
|
||||||
this.refreshPlayerModerations();
|
this.refreshPlayerModerations();
|
||||||
});
|
});
|
||||||
@@ -2436,11 +2435,6 @@ speechSynthesis.getVoices();
|
|||||||
this.isPlayerModerationsLoading = false;
|
this.isPlayerModerationsLoading = false;
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.deleteExpiredPlayerModerations();
|
this.deleteExpiredPlayerModerations();
|
||||||
if (($app.playerModerationTable.data.length !== $app.playerModerationTable.lastRunLength) &&
|
|
||||||
($app.playerModerationTable.lastRunLength > 0)) {
|
|
||||||
$app.notifyMenu('moderation');
|
|
||||||
}
|
|
||||||
$app.playerModerationTable.lastRunLength = $app.playerModerationTable.data.length;
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user