Procházet zdrojové kódy

Disable height bars by default

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

+ 1
- 1
macrovision.js Zobrazit soubor

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


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