This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Disable height bars by default
master
Fen Dweller
6 years ago
parent
3e5b1dd249
commit
6dcd38f421
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macrovision.js
+ 1
- 1
macrovision.js
View 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…
Cancel
Save