From f7ffc0cefce9173fdee86ca93373613e35c4cecc Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 6 Oct 2020 11:08:42 -0400 Subject: [PATCH] Default to showing solid ground --- macrovision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); },