We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf03b7 commit b3245edCopy full SHA for b3245ed
cmd/streampanel/FyneApp.toml
@@ -5,4 +5,4 @@ Website = "https://github.com/xaionaro/streamctl"
5
Name = "streampanel"
6
ID = "center.dx.streampanel"
7
Version = "0.1.0"
8
- Build = 412
+ Build = 416
pkg/streampanel/chat.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
const (
20
- ChatLogSize = 50
+ ChatLogSize = 20
21
22
23
type chatUIInterface interface {
pkg/streampanel/chat_as_text.go
@@ -97,6 +97,9 @@ func (ui *chatUIAsText) init(
97
nil,
98
ui.Text,
99
100
+ observability.Go(ctx, func() {
101
+ ui.Rebuild(ctx)
102
+ })
103
ui.Panel.addChatUI(ctx, ui)
104
return nil
105
}
0 commit comments