mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-06 13:52:06 -08:00
Renamed pnginfo quick links
All to Copy Positive to Prompt
This commit is contained in:
parent
786809d5ca
commit
53712c623f
2 changed files with 3 additions and 3 deletions
|
|
@ -245,13 +245,13 @@ function uiCopyRawText(elid) {
|
|||
function uiCopyPngInfo(el, mode) {
|
||||
var text = null;
|
||||
|
||||
if (mode == "Positive") {
|
||||
if (mode == "Prompt") {
|
||||
text = uiCopyRawText("pnginfo-positive");
|
||||
} else if (mode == "Negative") {
|
||||
text = uiCopyRawText("pnginfo-negative");
|
||||
} else if (mode == "Settings") {
|
||||
text = uiCopyRawText("pnginfo-settings");
|
||||
} else if (mode == "All") {
|
||||
} else if (mode == "Copy") {
|
||||
text = "";
|
||||
var t2 = uiCopyRawText("pnginfo-positive");
|
||||
if (t2 != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue