Flow.Launcher/Flow.Launcher.Plugin/ResultItemType.cs

8 lines
102 B
C#

namespace Flow.Launcher.Plugin;
public enum ResultItemType
{
Default,
Small,
Author
}