Rename variable to Display to match previous documentation

net8.0
Pat Hartl 2023-11-17 18:04:48 -06:00
parent 09d23bcb78
commit 314a785fee
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# Bounds are accessible by $Resolution.Width and $Resolution.Height
$Resolution = Get-PrimaryDisplay
# Bounds are accessible by $Display.Width and $Display.Height
$Display = Get-PrimaryDisplay