feat: Checkmark to toggle context-menu-items (#2645)

This commit is contained in:
Rene
2020-12-20 23:20:03 +01:00
committed by GitHub
parent aff817c667
commit 0faec7efb6
7 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
shortcuts={[getShortcutKey("Alt+Z")]}
/>
<Shortcut
label={t("labels.toggleGridMode")}
label={t("labels.gridMode")}
shortcuts={[getShortcutKey("CtrlOrCmd+'")]}
/>
</ShortcutIsland>