Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs
2020-05-11 23:19:41 +10:00

11 lines
204 B
C#

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