summaryrefslogtreecommitdiff
path: root/doAdminGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 05:52:39 -0500
committerJeff Carr <[email protected]>2025-09-09 05:52:39 -0500
commitdbcd3b5686cf5d894e40b53f33cf588f4682b3f0 (patch)
treeac2951bda86535e9fdcc360e4fe140ae572273d0 /doAdminGui.go
parentf67c81d4997b86bdc53615a7e9bd4a25cfe6f4ed (diff)
Diffstat (limited to 'doAdminGui.go')
-rw-r--r--doAdminGui.go10
1 files changed, 1 insertions, 9 deletions
diff --git a/doAdminGui.go b/doAdminGui.go
index 3e4fddb..b5378b0 100644
--- a/doAdminGui.go
+++ b/doAdminGui.go
@@ -150,10 +150,6 @@ func doLocalhostAdminGui() *adminT {
}
func doAdminGui() {
- me.myGui = gui.New()
- me.myGui.InitEmbed(resources)
- me.myGui.Default()
-
// Initialize a persistent client with a custom Transport
client = &http.Client{
Transport: &http.Transport{
@@ -185,10 +181,6 @@ func doAdminGui() {
}
func (admin *adminT) doAdminGui() {
- me.myGui = gui.New()
- me.myGui.InitEmbed(resources)
- me.myGui.Default()
-
// Initialize a persistent client with a custom Transport
client = &http.Client{
Transport: &http.Transport{
@@ -263,7 +255,7 @@ func (admin *adminT) doAdminGui() {
})
grid.NewButton("test gui close", func() {
- me.myGui.Close()
+ gui.StandardExit()
// okExit("admin close")
})