apprt/gtk: fix typo (#7152)

This commit is contained in:
Leah Amelia Chen
2025-04-22 01:30:49 +08:00
committed by GitHub

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(