diff options
| author | Jeff Carr <[email protected]> | 2023-04-07 18:16:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-07 18:16:16 -0500 |
| commit | 0a520c8ebc38640098e8d2c21711162b1697d38d (patch) | |
| tree | 75ce11e40429502d36cadda6afcb11c213a7f7ba /toolkit/andlabs/debug.go | |
| parent | 820067cbff754cf9a5f96c425d8f31b5949d353c (diff) | |
andlabs kinda works with a channel
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/debug.go')
| -rw-r--r-- | toolkit/andlabs/debug.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/toolkit/andlabs/debug.go b/toolkit/andlabs/debug.go index 2f8126d..5ecd1fc 100644 --- a/toolkit/andlabs/debug.go +++ b/toolkit/andlabs/debug.go @@ -11,12 +11,12 @@ var stretchy bool // expand things like buttons to the maximum size var padded bool // add space between things like buttons var margin bool // add space around the frames of windows -var debugToolkit bool -var debugChange bool -var debugPlugin bool -var debugAction bool -var debugFlags bool -var debugGrid bool +var debugToolkit bool = true +var debugChange bool = true +var debugPlugin bool = true +var debugAction bool = true +var debugFlags bool = true +var debugGrid bool = true var debugNow bool = true var debugError bool = true |
