diff options
author | papuSpartan <mcgpapu@gmail.com> | 2022-10-21 22:24:04 +0000 |
---|---|---|
committer | papuSpartan <mcgpapu@gmail.com> | 2022-10-21 22:24:04 +0000 |
commit | 700340448baa7412c7cc5ff3d1349ac79ee8ed0c (patch) | |
tree | b565ed1ede59ba96f0b2ce8c87687385ae285c3f /javascript/hints.js | |
parent | 0c7cf08b3d27a61bab4cd8b16f8be8ae74879423 (diff) | |
download | stable-diffusion-webui-gfx803-700340448baa7412c7cc5ff3d1349ac79ee8ed0c.tar.gz stable-diffusion-webui-gfx803-700340448baa7412c7cc5ff3d1349ac79ee8ed0c.tar.bz2 stable-diffusion-webui-gfx803-700340448baa7412c7cc5ff3d1349ac79ee8ed0c.zip |
forgot to clear neg prompt after moving to back. Add tooltip to hints
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index a1fcc93b..54c8c238 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -17,6 +17,7 @@ titles = { "\u2199\ufe0f": "Read generation parameters from prompt or last generation if prompt is empty into user interface.", "\u{1f4c2}": "Open images output directory", "\u{1f4be}": "Save style", + "\U0001F5D1": "Clear prompt" "\u{1f4cb}": "Apply selected styles to current prompt", "Inpaint a part of image": "Draw a mask over an image, and the script will regenerate the masked area with content according to prompt", |