apprt/gtk: disable search apprt actions
parent
cfbc219f5c
commit
5b2d66e261
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue