mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
move merge conflicts code into controller
This commit is contained in:
@@ -87,5 +87,5 @@ func (self *guiCommon) OpenSearch() {
|
||||
}
|
||||
|
||||
func (self *guiCommon) OnUIThread(f func() error) {
|
||||
self.gui.OnUIThread(f)
|
||||
self.gui.onUIThread(f)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user