# | Line 296 | Line 296 | namespace RomCheater.Docking | |
---|---|---|
296 | ||
297 | private void ProcessWatcherTimer_Tick(object sender, EventArgs e) | |
298 | { | |
299 | + | if (this.AcceptedPlugin != null) |
300 | + | if (this.AcceptedPlugin.SearchInProgess) |
301 | + | return; |
302 | if (isRefreshing || isAutoRefreshing || isUserInteracting) return; | |
303 | //if (lstProcessList.Items.Count == 0) return; | |
304 | isAutoRefreshing = true; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |