[PE] Fix guides/gridlines init values
This commit is contained in:
parent
13700873c9
commit
c172bf07ac
|
@ -294,7 +294,7 @@ define([
|
||||||
lock: [_set.disableOnStart],
|
lock: [_set.disableOnStart],
|
||||||
enableToggle: true,
|
enableToggle: true,
|
||||||
allowDepress: true,
|
allowDepress: true,
|
||||||
pressed: Common.localStorage.getBool("pe-settings-showguides", true),
|
pressed: Common.localStorage.getBool("pe-settings-showguides"),
|
||||||
split: true,
|
split: true,
|
||||||
menu: true,
|
menu: true,
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
|
@ -310,7 +310,7 @@ define([
|
||||||
lock: [_set.disableOnStart],
|
lock: [_set.disableOnStart],
|
||||||
enableToggle: true,
|
enableToggle: true,
|
||||||
allowDepress: true,
|
allowDepress: true,
|
||||||
pressed: Common.localStorage.getBool("pe-settings-showgrid", true),
|
pressed: Common.localStorage.getBool("pe-settings-showgrid"),
|
||||||
split: true,
|
split: true,
|
||||||
menu: true,
|
menu: true,
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
|
|
Loading…
Reference in a new issue