From d02383072796fb6e7a77038b9356875088d6eb14 Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Wed, 4 May 2022 15:27:02 +0800 Subject: [PATCH] Issue #1829 - Follow-up: Mac-specific shortcut key for closing the developer tools toolbox window should not be excluded from other platforms --- devtools/client/framework/toolbox-window.xul | 13 ++++++++----- devtools/client/jar.mn | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/devtools/client/framework/toolbox-window.xul b/devtools/client/framework/toolbox-window.xul index cd14a3597c..af8b55fb3d 100644 --- a/devtools/client/framework/toolbox-window.xul +++ b/devtools/client/framework/toolbox-window.xul @@ -26,16 +26,19 @@ key="&closeCmd.key;" command="toolbox-cmd-close" modifiers="accel"/> - +#ifdef XP_MACOSX +#else + +#endif