summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/main.go b/main.go
index a20d07d..7b2ec0f 100644
--- a/main.go
+++ b/main.go
@@ -44,12 +44,10 @@ func main() {
me.myGui.InitEmbed(resToolkit)
me.myGui.Default()
- // log.Sleep(me.artificialSleep)
- // setupControlPanelWindow()
- // setup the main tab
+ // setup the main window
setupControlPanelWindow("DNS and IPv6 Control Panel")
- me.debug = debugTab("Debug")
+ me.debug = debugWindow("Debugging")
// TODO: track this bug down
log.Sleep(1)