1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-08 00:59:17 +00:00
This commit is contained in:
Tw93
2025-11-15 10:01:21 +08:00
parent 72caed7da2
commit 1cb87c67e8
5 changed files with 8 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ show_menu() {
echo ""
show_status
if is_touchid_configured; then
echo -ne "${PURPLE}${NC} Press ${GREEN}Enter${NC} to disable, ${GRAY}ESC${NC} to quit: "
echo -ne "${PURPLE}${NC} Press ${GREEN}Enter${NC} to disable, ${GRAY}Q${NC} to quit: "
IFS= read -r -s -n1 key || key=""
echo ""
@@ -160,7 +160,7 @@ show_menu() {
;;
esac
else
echo -ne "${PURPLE}${NC} Press ${GREEN}Enter${NC} to enable, ${GRAY}ESC${NC} to quit: "
echo -ne "${PURPLE}${NC} Press ${GREEN}Enter${NC} to enable, ${GRAY}Q${NC} to quit: "
IFS= read -r -s -n1 key || key=""
case "$key" in