mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-11 02:00:37 +08:00
Fix to show the state of field summary in setting
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user