this feat for next patch

This commit is contained in:
Дмитрий Саенко 2025-10-31 22:21:21 +03:00
parent 28aa1907b2
commit 2746bdcfa8

View file

@ -395,12 +395,12 @@
mounted() {
this.loadServers();
if (this.isRefreshEnabled) {
this.startDataRefreshLoop();
}
else {
this.getOnlineUsers();
}
//if (this.isRefreshEnabled) {
// this.startDataRefreshLoop();
//}
//else {
// this.getOnlineUsers();
//}
},
});
</script>