diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 09:22:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 09:22:34 -0600 |
| commit | 4672399fae8aebd66916a9c61a84fa3d10650491 (patch) | |
| tree | f0c76ec43aa8d459d8cf7479099389aec97efabf /main.go | |
| parent | cbe69e9d120ae6d39bdc21479874f8b6ea28bdbc (diff) | |
rename
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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) |
