summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/refresh.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/types/refresh.go')
-rw-r--r--pkg/gui/types/refresh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/types/refresh.go b/pkg/gui/types/refresh.go
index c20a5f54a..2d6a383c3 100644
--- a/pkg/gui/types/refresh.go
+++ b/pkg/gui/types/refresh.go
@@ -33,7 +33,7 @@ const (
)
type RefreshOptions struct {
- Then func()
+ Then func() error
Scope []RefreshableView // e.g. []RefreshableView{COMMITS, BRANCHES}. Leave empty to refresh everything
Mode RefreshMode // one of SYNC (default), ASYNC, and BLOCK_UI