Fix vote display not being hidden when switching VMs

This commit is contained in:
MDMCK10 2023-05-28 01:43:55 +02:00
parent daf8541ced
commit 8a26da9616

View file

@ -737,6 +737,7 @@ function returnToVMList() {
connected = false;
vm.disconnect();
vm.shouldReconnect = false;
voteresetpanel.style.display = "none";
vmview.style.display = "none";
vmlist.style.display = "block";
}