From 8a26da9616bc970e2b3918d27b1f73aed383b6f6 Mon Sep 17 00:00:00 2001 From: MDMCK10 <21245760+MDMCK10@users.noreply.github.com> Date: Sun, 28 May 2023 01:43:55 +0200 Subject: [PATCH] Fix vote display not being hidden when switching VMs --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 06edaeb..01cc935 100644 --- a/src/index.js +++ b/src/index.js @@ -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"; }