Sfoglia il codice sorgente

Disable height bars by default

master
Fen Dweller 6 anni fa
parent
commit
6dcd38f421
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Vedi File

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


Loading…
Annulla
Salva