don't allow this to be auto closed
This commit is contained in:
parent
a3c0eab392
commit
2e8bb64915
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue