1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 17:55: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_EMPTY="○"
readonly ICON_SOLID="●"
readonly ICON_LIST=""
readonly ICON_LIST=""
readonly ICON_SUBLIST="↳"
readonly ICON_ARROW="➤"
readonly ICON_DRY_RUN="→"