File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ Func Main()
320320 Case $hPale
321321 _ArrayRemove($aProcessExclusions , " palemoon.exe" )
322322 _ArrayRemove($aProcessExclusions , " plugin-container.exe" )
323+ _ArrayRemove($aProcessExclusions , " plugin-hang-ui.exe" )
323324 Case $hCorsiar
324325 _ArrayRemove($aProcessExclusions , " Corsair.Service.CpuIdRemote64.exe" )
325326 _ArrayRemove($aProcessExclusions , " Corsair.Service.DisplayAdapter.exe" )
@@ -461,6 +462,7 @@ Func Main()
461462 Case $hPale
462463 _ArrayAdd($aProcessExclusions , " palemoon.exe" )
463464 _ArrayAdd($aProcessExclusions , " plugin-container.exe" )
465+ _ArrayAdd($aProcessExclusions , " plugin-hang-ui.exe" )
464466 Case $hCorsiar
465467 _ArrayAdd($aProcessExclusions , " Corsair.Service.CpuIdRemote64.exe" )
466468 _ArrayAdd($aProcessExclusions , " Corsair.Service.DisplayAdapter.exe" )
You can’t perform that action at this time.
0 commit comments