mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
Merge pull request #239 from ebraminio/exec-noop
Turn a seemingly noop to what it supposed to do
This commit is contained in:
commit
e1ed05452c
@ -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"
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user