Procházet zdrojové kódy

Disable auto-fit by default

master
Fen Dweller před 6 roky
rodič
revize
fb214af47b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit