diff options
| author | Jeff Carr <[email protected]> | 2024-01-04 12:49:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-04 12:49:26 -0600 |
| commit | 1f0e212002c2c5b34ea23d91e504ed59d31cab22 (patch) | |
| tree | d40e6caaa970ad63ae86199ad11b65ae9397feb1 /structs.go | |
| parent | 973f6411f4a59dcf21a8151d21578775deb340e0 (diff) | |
logSettings window moved to 'gui/gadgets'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
