diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 21:21:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 21:21:50 -0600 |
| commit | b15369d85df247a460f0c0c18ac9578c79ca51a3 (patch) | |
| tree | 1f9c63c55c02cead12a3d99b099d7cbe76b69864 /structs.go | |
| parent | d96b808f1bfec9f78e11dd2ea40a86e91f714993 (diff) | |
window destroy (aka Hide) worksv0.12.17
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,8 +2,9 @@ package gui import ( "embed" - "go.wit.com/widget" "sync" + + "go.wit.com/widget" ) // |
