Toggling visibility is now ignored when in fullscreen mode.

This commit is contained in:
Shaps Benkau
2025-01-31 15:41:03 +00:00
committed by Mitchell Hashimoto
parent c5508e7d19
commit 8d31f6ce2e
2 changed files with 13 additions and 1 deletions

View File

@@ -470,6 +470,8 @@ pub const Action = union(enum) {
/// Ghostty becomes focused. When hiding all windows, focus is yielded
/// to the next application as determined by the OS.
///
/// Note: When the focused surface is fullscreen, this method does nothing.
///
/// This currently only works on macOS.
toggle_visibility: void,