diff --git a/src/headers/macro-action-hotkey.hpp b/src/headers/macro-action-hotkey.hpp index 73b3d280..6e83d632 100644 --- a/src/headers/macro-action-hotkey.hpp +++ b/src/headers/macro-action-hotkey.hpp @@ -29,7 +29,11 @@ public: bool _leftMeta = false; bool _rightMeta = false; int _duration = 300; // in ms +#ifdef __APPLE__ + bool _onlySendToObs = true; +#else bool _onlySendToObs = false; +#endif private: static bool _registered;