mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
set repo name as window title when loading repo, fix #1691
This commit is contained in:
committed by
Jesse Duffield
parent
ad23bd03a0
commit
555d8bbc96
@@ -683,6 +683,8 @@ func (gui *Gui) loadNewRepo() error {
|
||||
return err
|
||||
}
|
||||
|
||||
oscommands.UpdateWindowTitle()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user