diff --git a/macrovision.js b/macrovision.js index 3f20b3dc..bdbacb22 100644 --- a/macrovision.js +++ b/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"); },