Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Disable auto-fit by default
master
Fen Dweller
6 anni fa
parent
897018596c
commit
fb214af47b
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
tru
e,
default:
fals
e,
get value() {
return config.autoFit;
},
Write
Preview
Loading…
Annulla
Salva