summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-11-21 17:15:43 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-11-21 17:31:08 +1100
commit3e13936e08c5bb97fb96e68ca27b1e9739c16a50 (patch)
tree22ee7a2ca4560a91b44aa2eeb3dc63661403879d /pkg/gui/branches_panel.go
parenta3dfcd5a9502e482190b255f7964b97a2c55e074 (diff)
notify user upon copying something to clipboard
Diffstat (limited to 'pkg/gui/branches_panel.go')
-rw-r--r--pkg/gui/branches_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go
index 9208f7085..48e322025 100644
--- a/pkg/gui/branches_panel.go
+++ b/pkg/gui/branches_panel.go
@@ -107,7 +107,7 @@ func (gui *Gui) handleCopyPullRequestURLPress(g *gocui.Gui, v *gocui.View) error
return gui.surfaceError(err)
}
- gui.raiseToastStatus(gui.Tr.PullRequestURLCopiedToClipboard)
+ gui.raiseToast(gui.Tr.PullRequestURLCopiedToClipboard)
return nil
}