Explorar el Código

Disable auto-fit by default

master
Fen Dweller hace 6 años
padre
commit
fb214af47b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Ver fichero

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


Cargando…
Cancelar
Guardar