1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 18:30:08 +00:00

Revert "fix(ui): unify ICON_LIST dot size with ICON_SOLID"

This reverts commit 112d134829.
This commit is contained in:
Tw93
2026-03-18 15:23:54 +08:00
parent dda9ee9c4a
commit 6e1048a70a
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ readonly ICON_ERROR="☻"
readonly ICON_WARNING="◎" readonly ICON_WARNING="◎"
readonly ICON_EMPTY="○" readonly ICON_EMPTY="○"
readonly ICON_SOLID="●" readonly ICON_SOLID="●"
readonly ICON_LIST="" readonly ICON_LIST=""
readonly ICON_SUBLIST="↳" readonly ICON_SUBLIST="↳"
readonly ICON_ARROW="➤" readonly ICON_ARROW="➤"
readonly ICON_DRY_RUN="→" readonly ICON_DRY_RUN="→"

View File

@@ -53,7 +53,7 @@ NC='\033[0m'
readonly ICON_SUCCESS="✓" readonly ICON_SUCCESS="✓"
readonly ICON_ERROR="☻" readonly ICON_ERROR="☻"
readonly ICON_WARNING="●" readonly ICON_WARNING="●"
readonly ICON_LIST="" readonly ICON_LIST=""
echo -e "${BLUE}=== Mole Check, ${MODE} ===${NC}\n" echo -e "${BLUE}=== Mole Check, ${MODE} ===${NC}\n"