Flow.Launcher/Plugins/Flow.Launcher.Plugin.ProcessKiller/Settings.cs
2025-03-26 15:33:49 +08:00

7 lines
162 B
C#

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