Procházet zdrojové kódy

Remove spurious settings menu entry

master
Fen Dweller před 6 roky
rodič
revize
477306fed0
1 změnil soubory, kde provedl 0 přidání a 13 odebrání
  1. +0
    -13
      macrovision.js

+ 0
- 13
macrovision.js Zobrazit soubor

@@ -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",


Načítá se…
Zrušit
Uložit