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() { mounted() {
this.loadServers(); this.loadServers();
if (this.isRefreshEnabled) { //if (this.isRefreshEnabled) {
this.startDataRefreshLoop(); // this.startDataRefreshLoop();
} //}
else { //else {
this.getOnlineUsers(); // this.getOnlineUsers();
} //}
}, },
}); });
</script> </script>