disable cancel

This commit is contained in:
Tobias Powalowski 2023-07-15 11:19:31 +02:00
parent 4495c2f1f8
commit ae5ffa7ddb

View file

@ -116,7 +116,7 @@ _create_special() {
fi
_CANCEL=""
#shellcheck disable=SC2086
dialog ${_DEFAULT} --backtitle "${_TITLE}" --menu "Manage Software Raid, LVM2 And LUKS Encryption" 11 60 5 \
dialog --no-cancel ${_DEFAULT} --backtitle "${_TITLE}" --menu "Manage Software Raid, LVM2 And LUKS Encryption" 11 60 5 \
"1" "Manage Software Raid" \
"2" "Manage Logical Volume Manager" \
"3" "Manage LUKS Encryption" \