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