[macOS] feat: add documentation for new quick-terminal case

This commit is contained in:
McNight
2025-02-16 21:58:47 +01:00
parent d7a7da6ea0
commit 76c3e4370c

View File

@ -1989,6 +1989,7 @@ keybind: Keybinds = .{},
/// ///
/// * `never` - The macOS app is never hidden. /// * `never` - The macOS app is never hidden.
/// * `always` - The macOS app is always hidden. /// * `always` - The macOS app is always hidden.
/// * `quick-terminal` - The macOS app is hidden only if no windows are shown.
/// ///
/// Note: When the macOS application is hidden, keyboard layout changes /// Note: When the macOS application is hidden, keyboard layout changes
/// will no longer be automatic. This is a limitation of macOS. /// will no longer be automatic. This is a limitation of macOS.