Przeglądaj źródła

Disable height bars by default

master
Fen Dweller 5 lat temu
rodzic
commit
6dcd38f421
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz