Group Dialog 4

This commit is contained in:
Natsumi
2022-12-07 12:28:37 +13:00
parent 1a44f59572
commit 7f6f608a66
4 changed files with 298 additions and 102 deletions

View File

@@ -162,7 +162,6 @@ Vue.component('marquee-text', MarqueeText);
cpuUsage: 0,
pcUptime: '',
config: {},
photonLobbyBotSize: 0,
onlineFriendCount: 0,
nowPlaying: {
url: '',
@@ -304,10 +303,6 @@ Vue.component('marquee-text', MarqueeText);
this.setDatetimeFormat();
};
$app.methods.updatePhotonLobbyBotSize = function (size) {
this.photonLobbyBotSize = parseInt(size, 10);
};
$app.methods.updateOnlineFriendCount = function (count) {
this.onlineFriendCount = parseInt(count, 10);
};