瀏覽代碼

Disable height bars by default

master
Fen Dweller 6 年之前
父節點
當前提交
6dcd38f421
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 查看文件

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


Loading…
取消
儲存