mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00:00
gtk(command_palette): filter out more unimplemented actions
This commit is contained in:
committed by
Mitchell Hashimoto
parent
832f27596c
commit
d419e5c922
@@ -110,6 +110,11 @@ pub fn updateConfig(self: *CommandPalette, config: *const configpkg.Config) !voi
|
||||
switch (command.action) {
|
||||
.close_all_windows,
|
||||
.toggle_secure_input,
|
||||
.check_for_updates,
|
||||
.redo,
|
||||
.undo,
|
||||
.reset_window_size,
|
||||
.toggle_window_float_on_top,
|
||||
=> continue,
|
||||
|
||||
else => {},
|
||||
|
||||
Reference in New Issue
Block a user