Skip to content

Commit c32134a

Browse files
committed
fix(list): hide title header by default, show only when explicitly set
1 parent 51d9200 commit c32134a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SharpConsoleUI/Controls/ListControl/ListControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static Builders.ListBuilder Create()
5151

5252
private readonly StringBuilder _searchBuilder = new();
5353
private string _searchText = string.Empty;
54-
private string _title = "List";
54+
private string _title = string.Empty;
5555
private int _scrollOffset = 0;
5656

5757
// Scrollbar state

0 commit comments

Comments
 (0)