From fb214af47b6149fac52affa15cd150b229e0ff29 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 3 May 2020 15:32:26 -0400 Subject: [PATCH] Disable auto-fit by default --- macrovision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrovision.js b/macrovision.js index 8a88e76a..b880c0e9 100644 --- a/macrovision.js +++ b/macrovision.js @@ -1339,7 +1339,7 @@ const settingsData = { name: "Auto-Size World", desc: "Automatically zoom to fit the largest entity", type: "toggle", - default: true, + default: false, get value() { return config.autoFit; },