Styr1x/Browsingway

confirmation

Closed this issue · 2 comments

if (proc.MainWindowTitle.Contains("Advanced Combat Tracker") || (DateTime.Now - proc.StartTime).TotalSeconds >= 5)

is this line should be use ' && ' instead of ' || ' ?

No, its "either Main Window is up, or 5 seconds have passed since process creation". In case ACT is run without window (tray)

ok thanks