summaryrefslogtreecommitdiff
path: root/infoTabUI.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-23 11:03:26 -0700
committerJeff Carr <[email protected]>2019-05-23 11:03:26 -0700
commit5775e40780904a12b304d09badce009cd64a6c0b (patch)
tree1a7c8301e4ce38e21079145fad97c1fd88271c34 /infoTabUI.go
parente6e1fec4426cafeaaf458557d153377f3adce184 (diff)
fix QUIT
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'infoTabUI.go')
-rw-r--r--infoTabUI.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/infoTabUI.go b/infoTabUI.go
index 8b78770..4f7306d 100644
--- a/infoTabUI.go
+++ b/infoTabUI.go
@@ -30,6 +30,8 @@ func makeCloudInfoBox(custom func(int, string)) *ui.Box {
vbox.Append(CreateButton("Add Account", "ADD", custom), false)
+ vbox.Append(CreateButton("Quit", "QUIT", custom), false)
+
if (config.String("debugging") == "true") {
addDebuggingButtons(vbox, custom)
}