浏览代码

Default to showing solid ground

master
Fen Dweller 5 年前
父节点
当前提交
f7ffc0cefc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 查看文件

@@ -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");
},


正在加载...
取消
保存