Преглед изворни кода

Disable height bars by default

master
Fen Dweller пре 5 година
родитељ
комит
6dcd38f421
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Прегледај датотеку

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


Loading…
Откажи
Сачувај