Skip to content

Commit

Permalink
[TASK] Reduce max log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharrnah committed Dec 13, 2022
1 parent 88181f3 commit a6d4155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CustomWidget/LogText.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func NewLogText() *LogText {
return &LogText{
Widget: widget.NewLabel(""),
TextLines: []string{},
MaxLines: 300,
MaxLines: 100,
}
}

Expand Down
2 changes: 1 addition & 1 deletion FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Website = "https://github.com/Sharrnah/whispering"
Name = "Whispering Tiger"
ID = "tiger.whispering"
Version = "1.0.0"
Build = 18
Build = 19

0 comments on commit a6d4155

Please sign in to comment.