mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-03 12:02:36 +00:00
apprt/gtk: fix typo
I had a copy-paste error when I used right instead of up. Signed-off-by: Tristan Partin <tristan@partin.io>
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