From f9b7cfd8aa5235aa08a19c15d1c9d0d954a5d94d Mon Sep 17 00:00:00 2001 From: David Luzar Date: Sat, 27 Aug 2022 23:02:17 +0200 Subject: [PATCH] fix: reintroduce help dialog button (#5631) --- src/components/Footer.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 297a2124d..420aeb6a8 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -88,6 +88,13 @@ const Footer = ({ > {renderCustomFooter?.(false, appState)} +
+ {actionManager.renderAction("toggleShortcuts")} +