diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 16:47:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 16:47:52 -0600 |
| commit | b0ddd6af217a873c66013706372b5d989feffcf3 (patch) | |
| tree | 0ba3e69115e40ae5f041b642fc9219a2f9cf145f /draw.go | |
| parent | ed3e1d46b16342b574cb85bc06d1216e5c54647d (diff) | |
v0.10
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ import ( ) // TODO: make sure this works without needing to be shown +// apparently due to me once committing v0.9.2 as go.wit.com/gui +// every version number must start above that +// this is a test commit to tag this as v0.10 func (d *LogSettings) Show() { if ! d.Ready() { return } |
