Skip to content

Commit

Permalink
Add Hang UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Mar 5, 2021
1 parent 26b33a6 commit ef8ffa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FTS.au3
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ Func Main()
Case $hPale
_ArrayRemove($aProcessExclusions, "palemoon.exe")
_ArrayRemove($aProcessExclusions, "plugin-container.exe")
_ArrayRemove($aProcessExclusions, "plugin-hang-ui.exe")
Case $hCorsiar
_ArrayRemove($aProcessExclusions, "Corsair.Service.CpuIdRemote64.exe")
_ArrayRemove($aProcessExclusions, "Corsair.Service.DisplayAdapter.exe")
Expand Down Expand Up @@ -461,6 +462,7 @@ Func Main()
Case $hPale
_ArrayAdd($aProcessExclusions, "palemoon.exe")
_ArrayAdd($aProcessExclusions, "plugin-container.exe")
_ArrayAdd($aProcessExclusions, "plugin-hang-ui.exe")
Case $hCorsiar
_ArrayAdd($aProcessExclusions, "Corsair.Service.CpuIdRemote64.exe")
_ArrayAdd($aProcessExclusions, "Corsair.Service.DisplayAdapter.exe")
Expand Down

0 comments on commit ef8ffa6

Please sign in to comment.