1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

set repo name as window title when loading repo, fix #1691

This commit is contained in:
Birger Skogeng Pedersen
2022-01-19 10:42:32 +01:00
committed by Jesse Duffield
parent ad23bd03a0
commit 555d8bbc96
2 changed files with 20 additions and 0 deletions

View File

@ -683,6 +683,8 @@ func (gui *Gui) loadNewRepo() error {
return err
}
oscommands.UpdateWindowTitle()
return nil
}