Przeglądaj źródła

Disable auto-fit by default

master
Fen Dweller 6 lat temu
rodzic
commit
fb214af47b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz