Rename variable to Display to match previous documentation
This commit is contained in:
parent
09d23bcb78
commit
314a785fee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue