parent
ed3e1d46b1
commit
b0ddd6af21
3
draw.go
3
draw.go
|
@ -7,6 +7,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: make sure this works without needing to be shown
|
// 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() {
|
func (d *LogSettings) Show() {
|
||||||
if ! d.Ready() { return }
|
if ! d.Ready() { return }
|
||||||
|
|
Loading…
Reference in New Issue