mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
move stash panel
This commit is contained in:
parent
8d2af5cc61
commit
91f0b0e28f
7 changed files with 21 additions and 20 deletions
|
@ -22,7 +22,7 @@ type CustomCommandObjects struct {
|
|||
SelectedRemoteBranch *models.RemoteBranch
|
||||
SelectedRemote *models.Remote
|
||||
SelectedTag *models.Tag
|
||||
SelectedStashEntry *commands.StashEntry
|
||||
SelectedStashEntry *models.StashEntry
|
||||
SelectedCommitFile *commands.CommitFile
|
||||
CheckedOutBranch *models.Branch
|
||||
PromptResponses []string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue