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

centralise setting of main views context

This commit is contained in:
Jesse Duffield
2020-08-19 08:04:39 +10:00
parent 2488e0044d
commit f0c3d3fc4d
5 changed files with 8 additions and 6 deletions

View File

@ -343,8 +343,6 @@ func (gui *Gui) onInitialViewsCreation() error {
return err
}
gui.changeMainViewsContext("normal")
if gui.showRecentRepos {
if err := gui.handleCreateRecentReposMenu(); err != nil {
return err