Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Disable height bars by default
master
Fen Dweller
6 anni fa
parent
3e5b1dd249
commit
6dcd38f421
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
tru
e,
default:
fals
e,
get value() {
return checkBodyClass("toggle-height-bars");
},
Write
Preview
Loading…
Annulla
Salva