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; },