1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-13 01:00:13 +00:00

Tip content format optimization

This commit is contained in:
Tw93
2025-11-19 11:33:15 +08:00
parent 2a81c38f8f
commit c16047a3a6
5 changed files with 12 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ show_status() {
if is_touchid_configured; then
echo -e "${GREEN}${ICON_SUCCESS}${NC} Touch ID is enabled for sudo"
else
echo -e "${YELLOW}${NC} Touch ID is not configured for sudo"
echo -e "${YELLOW}${NC} Touch ID is not configured for sudo"
fi
}