diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 13:34:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 13:34:02 -0600 |
| commit | 7e358767eaef6d0eff3a97fe241708f38ddf9113 (patch) | |
| tree | 2a77b0fc5679b38078c7a5b4049fcafc16c31e3d /gui.go | |
| parent | 9aeed44eea8e85c994d27448d0b7e11bd129a4c4 (diff) | |
new gui api changes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ func setupControlPanelWindow() { // setup the main tab mainWindow("DNS and IPv6 Control Panel") debugTab("Debug") + me.window.Show() } func debugTab(title string) { |
