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

9 lines
221 B
C#

namespace Flow.Launcher.Plugin.ProcessKiller
{
public class Settings
{
public bool ShowWindowTitle { get; set; } = true;
public bool PutVisibleWindowProcessesTop { get; set; } = false;
}
}