diff --git a/LANCommander/Snippets/Functions/Get-PrimaryDisplay.ps1 b/LANCommander/Snippets/Functions/Get-PrimaryDisplay.ps1 index db37f87..178b0e1 100644 --- a/LANCommander/Snippets/Functions/Get-PrimaryDisplay.ps1 +++ b/LANCommander/Snippets/Functions/Get-PrimaryDisplay.ps1 @@ -1,2 +1,2 @@ -# Bounds are accessible by $Resolution.Width and $Resolution.Height -$Resolution = Get-PrimaryDisplay \ No newline at end of file +# Bounds are accessible by $Display.Width and $Display.Height +$Display = Get-PrimaryDisplay \ No newline at end of file