Skip to content

Commit

Permalink
updated property description
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Apr 14, 2024
1 parent 7fc0348 commit 45869b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ window.onload = function () {

const logoFolder = gui.addFolder("Logo");
logoFolder.add(options, "ui_logo_logo", optionsToDict(config.general.properties.ui_logo_logo.options)).name("Logo").onChange(updateLogo);
logoFolder.add(options, "ui_logo_customLogo").name("Custom Logo URL (SVG)").onChange(updateLogo);
logoFolder.add(options, "ui_logo_customLogo").name("Custom Logo URL (SVG/PNG)").onChange(updateLogo);
logoFolder.add(options, "ui_logo_preserveColor").name("Preserve Logo Color").onChange(updateLogo);
logoFolder.add(options, "ui_logo_scale").min(0).max(10).step(0.1).name("Scale").onChange(updateLogo);
const logoPositionFolder = logoFolder.addFolder("Position");
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"condition" : "ui_logo_logo.value == 1",
"index" : 24,
"order" : 124,
"text" : "Custom Logo URL (SVG)",
"text" : "Custom Logo URL (SVG/PNG)",
"type" : "textinput",
"value" : ""
},
Expand Down

0 comments on commit 45869b9

Please sign in to comment.