found a bug and fixed it

This commit is contained in:
YusufKhalifadev
2024-03-30 13:31:18 +02:00
parent 6410c8e9dc
commit 04cc500b5e

View File

@ -12197,7 +12197,7 @@ $sync.runspace.Open()
$inputXML = $inputXML -replace 'mc:Ignorable="d"', '' -replace "x:N", 'N' -replace '^<Win.*', '<Window'
if ((Get-WinUtilToggleStatus WPFToggleDarkMode) -eq $True) {
if (Invoke-GPUCheck -eq $True) {
if (Invoke-WinUtilGPU -eq $True) {
$ctttheme = 'Matrix'
}
else {