Sfoglia il codice sorgente

Disable auto-fit by default

master
Fen Dweller 6 anni fa
parent
commit
fb214af47b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Vedi File

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


Loading…
Annulla
Salva