Just using decl literals
parent
6230d134e1
commit
7e0dc09873
|
|
@ -5394,8 +5394,8 @@ pub fn performBindingAction(self: *Surface, action: input.Binding.Action) !bool
|
|||
.{ .surface = self },
|
||||
.goto_window,
|
||||
switch (direction) {
|
||||
.next => apprt.action.GotoWindow.next,
|
||||
.previous => apprt.action.GotoWindow.previous,
|
||||
.previous => .previous,
|
||||
.next => .next,
|
||||
},
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue