Merge pull request #239 from ebraminio/exec-noop

Turn a seemingly noop to what it supposed to do
This commit is contained in:
AmirHossein Abdolmotallebi 2024-11-30 17:07:43 +03:30 committed by GitHub
commit e1ed05452c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,10 @@ class WindowsUtils : DesktopUtils {
)
)
if (!result) {
arrayOf(
"rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4"
execAndWait(
arrayOf(
"rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4"
)
)
}
}