File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ window.onload = function () {
134134
135135 const logoFolder = gui . addFolder ( "Logo" ) ;
136136 logoFolder . add ( options , "ui_logo_logo" , optionsToDict ( config . general . properties . ui_logo_logo . options ) ) . name ( "Logo" ) . onChange ( updateLogo ) ;
137- logoFolder . add ( options , "ui_logo_customLogo" ) . name ( "Custom Logo URL (SVG)" ) . onChange ( updateLogo ) ;
137+ logoFolder . add ( options , "ui_logo_customLogo" ) . name ( "Custom Logo URL (SVG/PNG )" ) . onChange ( updateLogo ) ;
138138 logoFolder . add ( options , "ui_logo_preserveColor" ) . name ( "Preserve Logo Color" ) . onChange ( updateLogo ) ;
139139 logoFolder . add ( options , "ui_logo_scale" ) . min ( 0 ) . max ( 10 ) . step ( 0.1 ) . name ( "Scale" ) . onChange ( updateLogo ) ;
140140 const logoPositionFolder = logoFolder . addFolder ( "Position" ) ;
Original file line number Diff line number Diff line change 358358 "condition" : " ui_logo_logo.value == 1" ,
359359 "index" : 24 ,
360360 "order" : 124 ,
361- "text" : " Custom Logo URL (SVG)" ,
361+ "text" : " Custom Logo URL (SVG/PNG )" ,
362362 "type" : " textinput" ,
363363 "value" : " "
364364 },
You can’t perform that action at this time.
0 commit comments