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