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:
1ilit 2024-04-15 08:46:20 +03:00 committed by GitHub
commit 38534551fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1024,7 +1024,7 @@ export default function ControlPanel({
}, },
}, },
"Field details": { "Field details": {
state: layout.showFieldSummary ? "on" : "off", state: settings.showFieldSummary ? "on" : "off",
function: viewFieldSummary, function: viewFieldSummary,
shortcut: "Ctrl+Shift+F", shortcut: "Ctrl+Shift+F",
}, },