mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
refactor credential handling
This commit is contained in:
parent
d0805616e4
commit
46e9946854
16 changed files with 118 additions and 112 deletions
|
@ -65,3 +65,7 @@ func (self *guiCommon) Render() {
|
|||
func (self *guiCommon) OpenSearch() {
|
||||
_ = self.gui.handleOpenSearch(self.gui.currentViewName())
|
||||
}
|
||||
|
||||
func (self *guiCommon) OnUIThread(f func() error) {
|
||||
self.gui.OnUIThread(f)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue