SIGN IN SIGN UP
flameshot-org / flameshot UNCLAIMED

Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:

0 0 70 C++

fix(macos): make fullscreen capture overlay configurable (#4622)

macOS showFullScreen() triggers a native fullscreen space transition
animation when capturing. Replace with show() using FramelessWindowHint,
WindowStaysOnTopHint, and Qt::Tool flags to avoid the animation.

Add a 'useNativeFullscreen' config option (default: off) so users who
prefer the native fullscreen behavior can re-enable it from
Settings > General.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
V
Vladimir Mitnitsky committed
e497f478dc26a8e76452db6480c4f193e7fe6c1a
Parent: caf1703
Committed by GitHub <noreply@github.com> on 4/24/2026, 1:33:54 AM