From 9f2d66c9c9a90d15b6d7ad01af5eef25d4cfd539 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 18 Feb 2026 21:32:16 -0600 Subject: [PATCH] toggle command palette works on gtk --- src/apprt/action.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apprt/action.zig b/src/apprt/action.zig index 1d9ef633c..06634856e 100644 --- a/src/apprt/action.zig +++ b/src/apprt/action.zig @@ -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.