|
@@ -88,6 +88,13 @@ const Footer = ({
|
|
>
|
|
>
|
|
{renderCustomFooter?.(false, appState)}
|
|
{renderCustomFooter?.(false, appState)}
|
|
</div>
|
|
</div>
|
|
|
|
+ <div
|
|
|
|
+ className={clsx("layer-ui__wrapper__footer-right zen-mode-transition", {
|
|
|
|
+ "transition-right disable-pointerEvents": appState.zenModeEnabled,
|
|
|
|
+ })}
|
|
|
|
+ >
|
|
|
|
+ {actionManager.renderAction("toggleShortcuts")}
|
|
|
|
+ </div>
|
|
<ExitZenModeAction
|
|
<ExitZenModeAction
|
|
executeAction={actionManager.executeAction}
|
|
executeAction={actionManager.executeAction}
|
|
showExitZenModeBtn={showExitZenModeBtn}
|
|
showExitZenModeBtn={showExitZenModeBtn}
|