Merge pull request #50 from HaecheonLee/bug/fix-to-show-the-state-of-field-summary-in-setting
Fix to show the state of field summary in setting
This commit is contained in:
commit
38534551fc
@ -1024,7 +1024,7 @@ export default function ControlPanel({
|
||||
},
|
||||
},
|
||||
"Field details": {
|
||||
state: layout.showFieldSummary ? "on" : "off",
|
||||
state: settings.showFieldSummary ? "on" : "off",
|
||||
function: viewFieldSummary,
|
||||
shortcut: "Ctrl+Shift+F",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user