don't allow this to be auto closed

This commit is contained in:
Holly Stubbs 2024-04-26 16:54:18 +01:00
parent a3c0eab392
commit 2e8bb64915
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 0 additions and 1 deletions

View File

@ -613,7 +613,6 @@ kbd {
function createUpdateDialog(versionNumber) {
const bg = document.createElement("div");
windowContainer = bg;
bg.style = "z-index:1000000000;position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.5)";
const dialog = document.createElement("div");
dialog.style = "position:absolute;top:50%;left:50%;min-width:15rem;background-color:#343434;padding:1rem;transform:translate(-50%,-50%);text-align:center;color:white";