aboutsummaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-27 07:35:39 +0300
committerGitHub <noreply@github.com>2023-03-27 07:35:39 +0300
commita7d6fc3b4208e6974f54719ec65baaff0591a7f2 (patch)
tree05d3bd454ddd2b4175f2e31e2830800ccab1c3ed /javascript
parentc5e1efb4ca7617f7cb4a687abd888fa48cba733f (diff)
parent254ad09ef3b356cbe945ad7ca476c5dcf8d842f8 (diff)
Merge pull request #8569 from missionfloyd/extra-networks-toggle
Make extra networks button togglable
Diffstat (limited to 'javascript')
-rw-r--r--javascript/hints.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index b3f3d08d..f48a0eb6 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -21,8 +21,7 @@ titles = {
"\u{1f5d1}\ufe0f": "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",