Hello all !!
First of all, I tried to look into the html, css and javascript code to find the problem with the logo.
I found a few pointer in the right direction, but not a "perfect" solution
The logo directory seem to be hard coded into the application, so if you load another logo, you'll see it in preview, but the code will replace the location of the file and switch it back to the logo directory (it will keep the name of the proper file though but search for it into the wrong directory)
so, the first solution for this issue is to put your logo file inside the logo directory of the application.
Second issue, when you switch from let's say config 1 to config 2, when you come back to config 1, your logo is replaced by a broken image.
I found the solution for this as well but not why the code is acting like that.
The solution (not a perfect one) is to place a file named "logo.png" inside the logo directory with the proper image.
it seem that when you switch setting, the location and file name of the file is replaced with the logo directory and the file name is replaced with
logo.png
so... here you can see it in action into this video:
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
www.youtube.com
hope that help you all.