From 98c1e67569e097fa20ad2cc302a7b4736c1be91e Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 10 Mar 2022 19:59:40 -0400 Subject: [PATCH] Update VortexAnnoyanceReducer.ps1 Make sure it only lists directories --- VortexAnnoyanceReducer.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VortexAnnoyanceReducer.ps1 b/VortexAnnoyanceReducer.ps1 index 2a4409b..8e5b50b 100644 --- a/VortexAnnoyanceReducer.ps1 +++ b/VortexAnnoyanceReducer.ps1 @@ -373,7 +373,7 @@ if (Test-Path -path $VortexThemeFolder) { Write-Host $VortexThemeFolder Write-Host "" Write-Host "Theme Names:" - Get-ChildItem $VortexThemeFolder -Name + Get-ChildItem $VortexThemeFolder -Directory -Name Write-Host "" $ThemeName = Read-Host -prompt "Please enter the name of the theme you want to modify)" $TempThemeFolder = $VortexThemeFolder + $ThemeName