diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 09:07:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 09:07:09 -0600 |
| commit | 09b3544d55a9713de7513c0b004bf1aaf8db05f2 (patch) | |
| tree | 18c4c1944fc597f1f54b20bcc70215bc2dd2be38 /main.go | |
| parent | a26018c86d16e2e70459b4a10e00b0cf024aaba8 (diff) | |
testing work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,7 +48,8 @@ func main() { // setupControlPanelWindow() // setup the main tab setupControlPanelWindow("DNS and IPv6 Control Panel") - debugTab("Debug") + + me.debug = debugTab("Debug") // TODO: track this bug down log.Sleep(1) |
