Renamed pnginfo quick links

All to Copy
Positive to Prompt
This commit is contained in:
MarcusNyne 2024-08-25 11:01:31 -04:00
parent 786809d5ca
commit 53712c623f
2 changed files with 3 additions and 3 deletions

View file

@ -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) {