gtk(command_palette): filter out more unimplemented actions

This commit is contained in:
Leah Amelia Chen
2025-06-25 18:37:19 +02:00
committed by Mitchell Hashimoto
parent 832f27596c
commit d419e5c922

View File

@@ -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 => {},