Fix to show the state of field summary in setting

This commit is contained in:
haecheonlee 2024-04-15 01:21:41 -04:00
parent 89ccd61213
commit a193bf6a48

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",
}, },