Explorar el Código

Disable height bars by default

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

+ 1
- 1
macrovision.js Ver fichero

@@ -1388,7 +1388,7 @@ const settingsData = {
name: "Height Bars",
desc: "Draw dashed lines to the top of each entity",
type: "toggle",
default: true,
default: false,
get value() {
return checkBodyClass("toggle-height-bars");
},


Cargando…
Cancelar
Guardar