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