Skip to content

Commit fbf41dc

Browse files
committed
return to 10 items max
1 parent ee106e5 commit fbf41dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Flow.Launcher/Storage/Pinned.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Flow.Launcher.Storage
99
{
1010
public class Pinned
1111
{
12-
private readonly int _maxPinned = 11;
12+
private readonly int _maxPinned = 10;
1313

1414
[JsonInclude]
1515
public List<PinnedResultItem> Items { set; get; } = [];

0 commit comments

Comments
 (0)