Update VortexAnnoyanceReducer.ps1
This commit is contained in:
parent
95aaad5084
commit
f03583c0d2
@ -310,7 +310,7 @@ $RemoveCollections = @"
|
|||||||
}
|
}
|
||||||
"@
|
"@
|
||||||
|
|
||||||
$NetworkInstallChoice = Read-Host -prompt "Would you like to use a networked install (Most recent versions of default themes/patches)?"
|
$NetworkInstallChoice = Read-Host -prompt "Would you like to use a networked install (Most recent versions of default themes/patches) (Y/N) or (y/n)"
|
||||||
|
|
||||||
If ($NetworkInstallChoice -eq "Y" -or $CollectionsSelection -eq "y") {
|
If ($NetworkInstallChoice -eq "Y" -or $CollectionsSelection -eq "y") {
|
||||||
# Compact
|
# Compact
|
||||||
@ -372,7 +372,7 @@ if (Test-Path -path $VortexThemeFolder) {
|
|||||||
|
|
||||||
$ThemeFolder = $VortexThemeFolder + $ThemeName
|
$ThemeFolder = $VortexThemeFolder + $ThemeName
|
||||||
$ThemeStyleFile = $ThemeFolder + "\style.scss"
|
$ThemeStyleFile = $ThemeFolder + "\style.scss"
|
||||||
$ThemeVariableFile = $ThemeFolder + "\variable.scss"
|
$ThemeVariableFile = $ThemeFolder + "\variables.scss"
|
||||||
$ThemeDummyFile = $ThemeFolder + "\dummy.txt"
|
$ThemeDummyFile = $ThemeFolder + "\dummy.txt"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user