format + allow closing
This commit is contained in:
@@ -7,22 +7,23 @@ import (
|
||||
)
|
||||
|
||||
type chatTab struct {
|
||||
isMuc bool
|
||||
msgs *gtk.ListBox
|
||||
name string
|
||||
isMuc bool
|
||||
msgs *gtk.ListBox
|
||||
name string
|
||||
current_nick string
|
||||
}
|
||||
|
||||
type lambdaConfig struct {
|
||||
Server string
|
||||
Username string
|
||||
Resource string
|
||||
Password string
|
||||
Insecure bool
|
||||
Nick string
|
||||
JoinBookmarks bool
|
||||
CVD color.CVD
|
||||
Identicons bool
|
||||
Debug bool
|
||||
Server string
|
||||
Username string
|
||||
Resource string
|
||||
Password string
|
||||
Insecure bool
|
||||
Nick string
|
||||
JoinBookmarks bool
|
||||
CVD color.CVD
|
||||
Identicons bool
|
||||
Debug bool
|
||||
ShowPresenceUpdates bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user