1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/pkg/integration/tests/misc
Jesse Duffield c92e687d3b Fix focus issue when opening recent-repos menu at launch
I don't know why we were setting the initial context to CurrentSideContext
and not just CurrentContext in the first place. If there is no current context
in either case it'll default to the files context. So the only issue is if
we anticipated that some random context would be focused and we didn't want to
activate that. But I can't think of any situation where that would happen.
2023-06-07 18:27:18 +10:00
..
confirm_on_quit.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
initial_open.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
recent_repos_on_launch.go Fix focus issue when opening recent-repos menu at launch 2023-06-07 18:27:18 +10:00