Explorar el Código

Disable horizontal scale by default

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

+ 1
- 1
macrovision.js Ver fichero

@@ -1706,7 +1706,7 @@ const settingsData = {
name: "Show Horiziontal Scale",
desc: "Draw horizontal scale marks",
type: "toggle",
default: true,
default: false,
get value() {
return config.drawXAxis;
},


Cargando…
Cancelar
Guardar