mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-09-26 19:41:17 +08:00
Bugfixes after an actual test
This commit is contained in:
@@ -5,4 +5,4 @@ Website = "https://github.com/xaionaro/streamctl"
|
||||
Name = "streampanel"
|
||||
ID = "center.dx.streampanel"
|
||||
Version = "0.1.0"
|
||||
Build = 412
|
||||
Build = 416
|
||||
|
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ChatLogSize = 50
|
||||
ChatLogSize = 20
|
||||
)
|
||||
|
||||
type chatUIInterface interface {
|
||||
|
@@ -97,6 +97,9 @@ func (ui *chatUIAsText) init(
|
||||
nil,
|
||||
ui.Text,
|
||||
)
|
||||
observability.Go(ctx, func() {
|
||||
ui.Rebuild(ctx)
|
||||
})
|
||||
ui.Panel.addChatUI(ctx, ui)
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user