Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs

12 lines
204 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace Flow.Launcher.Plugin.Explorer
{
public class Settings
{
public int MaxResult { get; set; } = 100;
}
}