summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-26 12:10:48 -0700
committerJeff Carr <[email protected]>2019-05-26 12:10:48 -0700
commit679f01341eaec0b5d6697e4015da18bfa12e8122 (patch)
tree11e343cb7750aeabd9f48021a6b9ed74b2075090 /debug.go
parent1fbb0cd227987b1b7758c19452ce97338041c302 (diff)
more removal of button information function passing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index 4389bde..0020f95 100644
--- a/debug.go
+++ b/debug.go
@@ -31,7 +31,7 @@ func setupCloudUI() {
Data.cloudWindow.SetMargined(true)
Data.tabcount = 0
- Data.cloudTab.Append("Cloud Info", makeCloudInfoBox(nil))
+ Data.cloudTab.Append("Cloud Info", makeCloudInfoBox())
Data.cloudTab.SetMargined(Data.tabcount, true)
Data.cloudWindow.Show()