List ordering changed due to abandonment of adafruit

This commit is contained in:
2025-11-28 19:41:13 +01:00
parent daf71a9fed
commit 6a1591030d

View File

@@ -408,9 +408,9 @@ while [ true ]; do
dialog --backtitle "$BT" \
--menu "Select ID type:" 12 40 3 \
1 "Junghackerpass" \
2 "Bound diplomatic passport" \
3 "Stapled diplomatic passport" \
1 "Stapled diplomatic passport" \
2 "Junghackerpass" \
3 "Bound diplomatic passport" \
9 "Logout" 2> $TMP
if [ $? -eq 9 ]; then
@@ -421,11 +421,11 @@ while [ true ]; do
case $TYPE in
1) menuFor jhp
1) menuFor stapleddipl
;;
2) menuFor bounddipl
2) menuFor jhp
;;
3) menuFor stapleddipl
3) menuFor bounddipl
;;
9) break
;;