mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:29:53 +07:00
arc: notify while switching to custom kernel
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
9bfe65de07
commit
91a94b2824
@ -1070,6 +1070,8 @@ else
|
||||
J) resetDSMNetwork; NEXT="J" ;;
|
||||
K) [ "${KERNEL}" == "official" ] && KERNEL='custom' || KERNEL='official'
|
||||
writeConfigKey "arc.kernel" "${KERNEL}" "${USER_CONFIG_FILE}"
|
||||
dialog --backtitle "$(backtitle)" --title "DSM Kernel" \
|
||||
--infobox "Switching to Custom Kernel! Stay patient..." 4 50
|
||||
if [ "${ODP}" == "true" ]; then
|
||||
ODP="false"
|
||||
writeConfigKey "arc.odp" "${ODP}" "${USER_CONFIG_FILE}"
|
||||
|
Loading…
Reference in New Issue
Block a user