summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-03 14:28:16 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-03 15:21:20 +1100
commit8305d8e72f5f941da0b1404376057052054db307 (patch)
treeb28cc393aa52769c718f9ad791e1c5bbf63914ac /pkg/gui/keybindings.go
parentf68166e85883fbeb61dde72e74e18a9317ef449b (diff)
hide donate button if mouse events are disabled
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 3504d8e03..eb3e765c4 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -437,7 +437,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Modifier: gocui.ModNone,
Handler: gui.handleMenuClose,
}, {
- ViewName: "version",
+ ViewName: "information",
Key: gocui.MouseLeft,
Modifier: gocui.ModNone,
Handler: gui.handleDonate,