Kaynağa Gözat

Default to showing solid ground

master
Fen Dweller 5 yıl önce
ebeveyn
işleme
f7ffc0cefc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet