PR Fix

If I start an application with a brand new name, then the Displaysettings uses “jMonkeyEngine” name. Also the settings are put on jMonkeyEngine. This is because the

        source.copyFrom(registrySettings);

also copies the default, jMonkeyEngine, over the application real name. To fix it, I’ve set the proper name to the application settings.

5 Likes

Thanks for your contribution.

2 Likes