mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
dont log config
This commit is contained in:
parent
ca8089065b
commit
b86330254b
@ -405,8 +405,6 @@ async function openSettings() {
|
||||
killSwitch.checked = config.enableKillswitch
|
||||
serverLaunch.checked = config.serverLaunchPanel
|
||||
|
||||
console.log(config)
|
||||
|
||||
// Check for updates
|
||||
//checkForUpdatesAndShow()
|
||||
}
|
||||
|
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user