apprt/gtk: fix typo (#7152)

pull/7155/head
Leah Amelia Chen 2025-04-22 01:30:49 +08:00 committed by GitHub
commit 3e9b5d491c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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(