dont log config

This commit is contained in:
SpikeHD 2022-04-22 20:12:12 -07:00
parent ca8089065b
commit b86330254b
2 changed files with 2 additions and 4 deletions

View File

@ -405,8 +405,6 @@ async function openSettings() {
killSwitch.checked = config.enableKillswitch
serverLaunch.checked = config.serverLaunchPanel
console.log(config)
// Check for updates
//checkForUpdatesAndShow()
}

View File

@ -368,11 +368,11 @@ body {
/* transform: translate(115px, 456px); */
width: 300px;
height: 60px;
margin-top: calc(65vh - 40px) !important;
margin-top: calc(68vh - 40px) !important;
}
#secondControlContainer, #firstPanel button, #thirdPanel button {
margin-top: 65vh;
margin-top: 68vh;
}
#serverInput input, #serverInput img{