Skip to content

Commit

Permalink
Update D2Loader.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
shupershuff authored Aug 22, 2024
1 parent ccceb24 commit 5a0ec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion D2Loader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3520,7 +3520,7 @@ Function Processing {
Write-Host " Couldn't rename window :(" -foregroundcolor red
PressTheAnyKey
}
If ($Script:Config.RememberWindowLocations -eq $True){ #If user has enabled the feature to automatically move game Windows to preferred screen locations
If ($Script:Config.RememberWindowLocations -eq $True){ #If user has enabled the feature to automatically move game Windows to preferred screen locations.
if ($Script:AccountChoice.WindowXCoordinates -ne "" -and $Script:AccountChoice.WindowYCoordinates -ne "" -and $Null -ne $Script:AccountChoice.WindowXCoordinates -and $Null -ne $Script:AccountChoice.WindowYCoordinates -and $Script:AccountChoice.WindowWidth -ne "" -and $Script:AccountChoice.WindowHeight -ne "" -and $Null -ne $Script:AccountChoice.WindowWidth -and $Null -ne $Script:AccountChoice.WindowHeight){ #Check if the account has had coordinates saved yet.
$GetLoadWindowClassFunc = $(Get-Command LoadWindowClass).Definition
$GetSetWindowLocationsFunc = $(Get-Command SetWindowLocations).Definition
Expand Down

0 comments on commit 5a0ec6a

Please sign in to comment.