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

Default to half-screen mode when filtering files or using the git-arg CLI arg

It should have been half-screen from the get-go. I think I just used
full-screen to make demos look nicer. Now that we have a CLI arg for the
screen mode we can make use of that in the demos.
This commit is contained in:
Jesse Duffield
2025-01-02 16:10:58 +11:00
parent 536ef82866
commit 621229bb09
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ import (
var CommitGraph = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Show commit graph",
ExtraCmdArgs: []string{"log"},
ExtraCmdArgs: []string{"log", "--screen-mode=full"},
Skip: false,
IsDemo: true,
SetupConfig: func(config *config.AppConfig) {