summaryrefslogtreecommitdiff
path: root/limox.go
diff options
context:
space:
mode:
Diffstat (limited to 'limox.go')
-rw-r--r--limox.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/limox.go b/limox.go
index 2824776..234ca48 100644
--- a/limox.go
+++ b/limox.go
@@ -26,8 +26,8 @@ type Limox struct {
JidEditor widget.Editor
PwdEditor widget.Editor
MainButton widget.Clickable
- sessionIn chan any
- sessionOut chan any
+ sessionIn chan any
+ sessionOut chan any
State LimoxState
Window *app.Window
Operations op.Ops
@@ -42,7 +42,7 @@ func NewLimox() Limox {
),
Operations: op.Ops{},
Theme: material.NewTheme(gofont.Collection()),
- sessionOut: make(chan any),
+ sessionOut: make(chan any),
State: Disconnected,
}