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>
pull/7152/head
Tristan Partin 2025-04-21 12:12:54 -05:00
parent 40c3dbbb31
commit f2fa47bca7
1 changed files with 1 additions and 1 deletions

View File

@ -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(