diff options
Diffstat (limited to 'infoTabUI.go')
| -rw-r--r-- | infoTabUI.go | 2 |
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) } |
