summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-26 12:40:07 -0700
committerJeff Carr <[email protected]>2019-05-26 12:40:07 -0700
commit9894f312641f09c6e7a685acf47d55e8be257607 (patch)
treed55165cca2fdc82b84fc80097545e443e408b5cb /splash.go
parent679f01341eaec0b5d6697e4015da18bfa12e8122 (diff)
almost complete obviewscation of the buttons
yes, I can't spell. I like it this way better anyway Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
-rw-r--r--splash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash.go b/splash.go
index f131eaf..4c3170b 100644
--- a/splash.go
+++ b/splash.go
@@ -45,7 +45,7 @@ func ShowSplashBox() *ui.Box {
}
}
- okButton := CreateButton(nil, nil, "OK", "DONE", mouseClick)
+ okButton := CreateButton(nil, nil, "OK", "DONE", nil)
newbox.Append(okButton, false)
return newbox