2025-03-26 07:33:49 +00:00
|
|
|
|
namespace Flow.Launcher.Plugin.ProcessKiller
|
|
|
|
|
|
{
|
|
|
|
|
|
public class Settings
|
|
|
|
|
|
{
|
2025-04-15 13:21:47 +00:00
|
|
|
|
public bool ShowWindowTitle { get; set; } = true;
|
|
|
|
|
|
|
2025-03-26 07:33:49 +00:00
|
|
|
|
public bool PutVisibleWindowProcessesTop { get; set; } = false;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|