diff options
Diffstat (limited to 'limox.go')
-rw-r--r-- | limox.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ type Limox struct { JidEditor widget.Editor PwdEditor widget.Editor MainButton widget.Clickable - sessionIn chan any + sessionIn chan<- any sessionOut chan any State LimoxState Window *app.Window |