Skip to content

Commit

Permalink
Merge pull request #1825 from LMattsson/macos-minimize-fixme
Browse files Browse the repository at this point in the history
Add FIXME comment regarding macOS minimise fix
  • Loading branch information
LMattsson authored Aug 27, 2024
2 parents 3979e3c + 7a70ced commit 4e836a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vncviewer/Viewport.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,8 @@ void Viewport::popupContextMenu()
break;
case ID_MINIMIZE:
#ifdef __APPLE__
// FIXME: Workaround for not being able to minimize in fullscreen
// https://github.com/TigerVNC/tigervnc/pull/1813
if (window()->fullscreen_active())
window()->fullscreen_off();
#endif
Expand Down

0 comments on commit 4e836a1

Please sign in to comment.