toggle command palette works on gtk (#10856)

This commit is contained in:
Mitchell Hashimoto
2026-02-19 06:58:20 -08:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ pub const Action = union(Key) {
/// Toggle the quick terminal in or out.
toggle_quick_terminal,
/// Toggle the command palette. This currently only works on macOS.
/// Toggle the command palette.
toggle_command_palette,
/// Toggle the visibility of all Ghostty terminal windows.