File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Sidekick.Common.Platform/Windows/Processes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public string? ClientLogPath
8181 const int nChar = 256 ;
8282 var ss = new StringBuilder ( nChar ) ;
8383
84- // Run GetForeGroundWindows and get active window informations
84+ // Run GetForeGroundWindows and get active window information
8585 // assign them into handle pointer variable
8686 if ( User32 . GetWindowText ( User32 . GetForegroundWindow ( ) , ss , nChar ) > 0 )
8787 {
@@ -102,7 +102,7 @@ public bool IsPathOfExileInFocus
102102 {
103103 var focusedWindow = GetFocusedWindow ( ) ;
104104
105- logger . LogDebug ( "[ProcessProvider] Current focused window title: {0}" , focusedWindow ) ;
105+ // logger.LogDebug("[ProcessProvider] Current focused window title: {0}", focusedWindow);
106106 return focusedWindow is PATH_OF_EXILE_TITLE or PATH_OF_EXILE_2_TITLE ;
107107 }
108108 }
You can’t perform that action at this time.
0 commit comments