Skip to content

Commit a6d4155

Browse files
committed
[TASK] Reduce max log lines
1 parent 88181f3 commit a6d4155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CustomWidget/LogText.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func NewLogText() *LogText {
1616
return &LogText{
1717
Widget: widget.NewLabel(""),
1818
TextLines: []string{},
19-
MaxLines: 300,
19+
MaxLines: 100,
2020
}
2121
}
2222

FyneApp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Website = "https://github.com/Sharrnah/whispering"
55
Name = "Whispering Tiger"
66
ID = "tiger.whispering"
77
Version = "1.0.0"
8-
Build = 18
8+
Build = 19

0 commit comments

Comments
 (0)