mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
expose useWrapMode global setting in the ui
This commit is contained in:
parent
058508d97a
commit
02fcbfe6b5
@ -891,7 +891,11 @@ define(function(require, exports, module) {
|
||||
{ caption : "Timed", value : "true" }
|
||||
],
|
||||
position: 14000
|
||||
}
|
||||
},
|
||||
"Enable Wrapping For New Documents" : {
|
||||
type: "checkbox",
|
||||
path: "user/ace/@useWrapMode"
|
||||
},
|
||||
}
|
||||
}
|
||||
}, handle);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user