summaryrefslogtreecommitdiff
path: root/limox.go
diff options
context:
space:
mode:
Diffstat (limited to 'limox.go')
-rw-r--r--limox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/limox.go b/limox.go
index 234ca48..87e20de 100644
--- a/limox.go
+++ b/limox.go
@@ -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