diff options
author | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-08-09 14:41:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 14:41:25 -0400 |
commit | ff1bfd01ba33ee03b3eb99b1669bd29a3a6658ca (patch) | |
tree | 97b03c5fb226bc2293478e6a18d37b84c68b6e2e /modules/ui.py | |
parent | 2ceb4f81e2f291ba651dd24c7eb158ea3b446b42 (diff) |
Remove up down symbol
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py index 30b80417..4e1daa8d 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -78,7 +78,6 @@ extra_networks_symbol = '\U0001F3B4' # 🎴 switch_values_symbol = '\U000021C5' # ⇅
restore_progress_symbol = '\U0001F300' # 🌀
detect_image_size_symbol = '\U0001F4D0' # 📐
-up_down_symbol = '\u2195\ufe0f' # ↕️
plaintext_to_html = ui_common.plaintext_to_html
|