summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-04 12:49:26 -0600
committerJeff Carr <[email protected]>2024-01-04 12:49:26 -0600
commit1f0e212002c2c5b34ea23d91e504ed59d31cab22 (patch)
treed40e6caaa970ad63ae86199ad11b65ae9397feb1 /structs.go
parent973f6411f4a59dcf21a8151d21578775deb340e0 (diff)
logSettings window moved to 'gui/gadgets'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 0f6d853..8d4e9f9 100644
--- a/structs.go
+++ b/structs.go
@@ -2,7 +2,7 @@ package debugger
import (
"go.wit.com/gui/gui"
- // "go.wit.com/gui/gui/toolkit"
+ "go.wit.com/gui/gadgets/logsettings"
)
// main debugging window
@@ -10,6 +10,8 @@ var myGui *gui.Node
var bugWin *gui.Node
var bugTab *gui.Node
+var myLS *logsettings.LogSettings
+
var mapWindows map[string]*gui.Node // tracks all windows that exist
// global var for checking to see if this