We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee106e5 commit fbf41dcCopy full SHA for fbf41dc
1 file changed
Flow.Launcher/Storage/Pinned.cs
@@ -9,7 +9,7 @@ namespace Flow.Launcher.Storage
9
{
10
public class Pinned
11
12
- private readonly int _maxPinned = 11;
+ private readonly int _maxPinned = 10;
13
14
[JsonInclude]
15
public List<PinnedResultItem> Items { set; get; } = [];
0 commit comments