diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 14:40:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 14:40:41 -0600 |
| commit | a3a1c09005f2092efae0b9704ea415e5df1c196f (patch) | |
| tree | c7bdd39aaa701bc72d6a432c7b8d53f326196407 /structs.go | |
| parent | c401c6039988554b084c3e9ea3b1001109ac906f (diff) | |
more checks
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ type autoType struct { myGui *gui.Node // autotypistWindow *gadgets.BasicWindow - mainWindow *gui.Node - mainBox *gui.Node + mainWindow *gui.Node + mainBox *gui.Node // #### autotypist Global Display Options autoHidePerfect *gui.Node |
