Note:
Before bug reporting, please make sure you have tried the latest (alpha) version of BetterTouchTool and that you have already tried to restart your system :-). If you encounter a crash, please attach a crash log from the macOS Console.app's "Crash Reports" section.
Describe the bug
The condition missioncontrol_active shows as true at all times, regardless if Mission Control is active or not. Started with latest macOS update (Tahoe 26.4)
My condition is specifically “missioncontrol_active == 1” and it always evaluates to true.
could you try to restart your machine? it's possible the system went into a weird state (detecting mission control active is quite tricky and requires checking for a specific window)
Wanted to follow up and see if there's any further response? Also, a slight update with some additional information: testing shows that the condition works when an app is in fullscreen. But not when the app is running in a standard Desktop Space as a windowed application.
(I entered the BTT app into a true fullscreen Space via the green full-screen button — and tested the condition; I can confirm it toggles between true and false depending on whether Mission Control is active.)
For clarity, I'm referring to "fullscreen" as in when the application occupies its own dedicated Space — not when it is running on a standard Desktop Space with the window simply zoomed to fill the screen.)