Reformat using VSCode
This commit is contained in:
parent
dba7be5529
commit
5b8d8b7bc2
@ -385,7 +385,8 @@ if (Test-Path -path $VortexThemeFolder) {
|
||||
$ThemeName = Read-Host -prompt "Please enter the name of the theme you want to modify)"
|
||||
$TempThemeFolder = $VortexThemeFolder + $ThemeName
|
||||
}
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$ThemeName = Read-Host -prompt "Please enter the name for your theme (Default is `"NoGetMoreMods`")"
|
||||
}
|
||||
|
||||
@ -484,7 +485,8 @@ if (Test-Path -path $VortexThemeFolder) {
|
||||
Write-Host "Have a good day :)"
|
||||
Read-Host
|
||||
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
Write-Host "If you see this text, it means you do not have a vortex themes folder, even though the script tried to create one, and something is wrong"
|
||||
Write-Host "If you know you do have one (please check), report it to me on nexus with details!"
|
||||
}
|
Loading…
Reference in New Issue
Block a user