Skip to content

Commit

Permalink
Merge now displays on screen in bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
RetoranPetra committed Mar 13, 2024
1 parent 2e8ff79 commit 5407a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gui/controllers/tags_controller.go
Expand Up @@ -79,6 +79,7 @@ func (self *TagsController) GetKeybindings(opts types.KeybindingsOpts) []*types.
Handler: opts.Guards.OutsideFilterMode(self.withSelectedTag(self.merge)),
Description: self.c.Tr.Merge,
Tooltip: self.c.Tr.MergeBranchTooltip,
DisplayOnScreen: true,
},
}

Expand Down

0 comments on commit 5407a75

Please sign in to comment.