diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-10 03:39:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 03:39:38 +0000 |
commit | 736aaf348be492188f931c034c1cd962e14944b9 (patch) | |
tree | 236ebda9a600236fd5314f1b59010f1026b1723a /modules/ui.py | |
parent | f0edd26998dd52b1a474c50a02123f6ec764ceff (diff) | |
parent | ff1bfd01ba33ee03b3eb99b1669bd29a3a6658ca (diff) | |
download | stable-diffusion-webui-gfx803-736aaf348be492188f931c034c1cd962e14944b9.tar.gz stable-diffusion-webui-gfx803-736aaf348be492188f931c034c1cd962e14944b9.tar.bz2 stable-diffusion-webui-gfx803-736aaf348be492188f931c034c1cd962e14944b9.zip |
Merge pull request #12440 from catboxanon/dev
Use better symbol for extra networks sort
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
|