We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c436b3 commit 684d1e9Copy full SHA for 684d1e9
pkg/gui/controllers/files_controller.go
@@ -842,7 +842,6 @@ func (self *FilesController) toggleTreeView() error {
842
}
843
844
func (self *FilesController) handleStashSave(stashFunc func(message string) error, action string) error {
845
-
846
return self.c.Prompt(types.PromptOpts{
847
Title: self.c.Tr.StashChanges,
848
HandleConfirm: func(stashComment string) error {
0 commit comments