Sfoglia il codice sorgente

Default to showing solid ground

master
Fen Dweller 5 anni fa
parent
commit
f7ffc0cefc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Vedi File

@@ -1962,7 +1962,7 @@ const settingsData = {
name: "Solid Ground",
desc: "Draw solid ground at the y=0 line",
type: "toggle",
default: false,
default: true,
get value() {
return checkBodyClass("toggle-bottom-cover");
},


Loading…
Annulla
Salva