mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Update run.sh
This commit is contained in:
parent
d0c8fc32fa
commit
60d9de265b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ function YesNoBox {
|
|||
[ "$2" = "no" ] && default="--defaultno"
|
||||
}
|
||||
shift
|
||||
$DIALOG --title "${o[title]}" --yesno "${o[text]}" $default 0 0
|
||||
$DIALOG --title "${o[title]}" $default --yesno "${o[text]}" 0 0
|
||||
}
|
||||
|
||||
function DialogBox {
|
||||
|
|
Loading…
Add table
Reference in a new issue