diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-15 22:56:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 22:56:27 +0000 |
commit | 575c17a8f9bc6471a7a0891b665ec42073a18049 (patch) | |
tree | ecda766a161d4b539819580bd21fad9cedf7e31d /javascript/hints.js | |
parent | 9e23bacfbcb35f46f28539f71b2bc917276634b8 (diff) | |
download | stable-diffusion-webui-gfx803-575c17a8f9bc6471a7a0891b665ec42073a18049.tar.gz stable-diffusion-webui-gfx803-575c17a8f9bc6471a7a0891b665ec42073a18049.tar.bz2 stable-diffusion-webui-gfx803-575c17a8f9bc6471a7a0891b665ec42073a18049.zip |
Update tooltip per Kilvoctu's suggestion
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 7f4101b2..83128497 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -21,8 +21,7 @@ titles = { "\u{1f5d1}": "Clear prompt", "\u{1f4cb}": "Apply selected styles to current prompt", "\u{1f4d2}": "Paste available values into the field", - "\u{1f3b4}": "Show extra networks", - + "\u{1f3b4}": "Show/hide extra networks", "Inpaint a part of image": "Draw a mask over an image, and the script will regenerate the masked area with content according to prompt", "SD upscale": "Upscale image normally, split result into tiles, improve each tile using img2img, merge whole image back", |