Rename variable to Display to match previous documentation
parent
09d23bcb78
commit
314a785fee
|
@ -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…
Reference in New Issue