apprt/gtk: disable search apprt actions

pull/9709/head
Mitchell Hashimoto 2025-11-25 17:34:58 -08:00
parent cfbc219f5c
commit 5b2d66e261
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

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;