1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

NSViewComponentPeer: Fix typo that prevented graceful exit of kiosk mode

This commit is contained in:
reuk 2025-03-03 12:47:03 +00:00
parent 518240cd61
commit 9a6f925bcb
No known key found for this signature in database

View file

@ -2982,7 +2982,7 @@ void Desktop::setKioskComponent (Component* kioskComp, bool shouldBeEnabled, boo
else if (! shouldBeEnabled)
[NSApp setPresentationOptions: NSApplicationPresentationDefault];
peer->setFullScreen (true);
peer->setFullScreen (shouldBeEnabled);
}
else
{