1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00

invoke title-setting shell command appropriately

This commit is contained in:
Birger Skogeng Pedersen
2022-01-19 12:29:40 +01:00
committed by Jesse Duffield
parent 555d8bbc96
commit 62a7d9bbcc
2 changed files with 4 additions and 8 deletions

View File

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