mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-06 20:04:25 +00:00
apprt/gtk: fix typo (#7152)
This commit is contained in:
@@ -1058,7 +1058,7 @@ fn gtkActionSplitUp(
|
||||
_: ?*glib.Variant,
|
||||
self: *Window,
|
||||
) callconv(.C) void {
|
||||
self.performBindingAction(.{ .new_split = .right });
|
||||
self.performBindingAction(.{ .new_split = .up });
|
||||
}
|
||||
|
||||
fn gtkActionToggleInspector(
|
||||
|
||||
Reference in New Issue
Block a user