Explorar el Código

Remove spurious settings menu entry

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

+ 0
- 13
macrovision.js Ver fichero

@@ -1348,19 +1348,6 @@ const settingsData = {
checkFitWorld();
}
},
"manual-scale": {
name: "Zoom to Fit",
desc: "Zoom to fit entities",
type: "toggle",
default: false,
get value() {
return config.autoFit;
},
set value(param) {
config.autoFit = param;
checkFitWorld();
}
},
"names": {
name: "Show Names",
desc: "Display names over entities",


Cargando…
Cancelar
Guardar