apprt/gtk: disable search apprt actions

This commit is contained in:
Mitchell Hashimoto
2025-11-25 17:34:58 -08:00
parent cfbc219f5c
commit 5b2d66e261

View File

@@ -743,6 +743,8 @@ pub const Application = extern struct {
.check_for_updates,
.undo,
.redo,
.start_search,
.end_search,
=> {
log.warn("unimplemented action={}", .{action});
return false;