mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
apprt/embedded: adapt to new binding API
This commit is contained in:
@ -987,7 +987,7 @@ pub const CAPI = struct {
|
|||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
ptr.core_surface.performBindingAction(action) catch |err| {
|
_ = ptr.core_surface.performBindingAction(action) catch |err| {
|
||||||
log.err("error performing binding action action={} err={}", .{ action, err });
|
log.err("error performing binding action action={} err={}", .{ action, err });
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user