Skip to content
Snippets Groups Projects
Commit c5eeb73f authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

cancel switch removed, use the stock button instead

parent c814526e
No related branches found
No related tags found
No related merge requests found
......@@ -132,9 +132,9 @@ while [ 1 ]; do
--radiolist \
--column="Selection" \
--column="Minutes" \
FALSE Cancel FALSE 5 TRUE 10 FALSE 20`
FALSE 5 TRUE 10 FALSE 20`
if [ "${run_duration}" != "Cancel" ] && [ "${run_duration}" != "" ]; then
if [ "${run_duration}" != "" ]; then
break
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment