Start a new topic
Implemented

Disable Splash Screen

Please add the ability to disable the RoyalTS Splash Screen.


1 person likes this idea

Hi,


there's a setting in the RoyalTS.exe.config:

      <setting name="SplashMode" serializeAs="String">

        <value>0</value>

      </setting>

Setting this to 0 will disable the splash screen but unfortunately there's a regression in the current build which doesn't honor this setting. I've already fixed it internally so this will be honored in a build > 5.2.60217.


Regards,
Stefan

How is this done in version 6?

Hi Nathan,


there are a couple of ways to do it (json file, environment variable, registry). See:

https://docs.royalapps.com/r2021/royalts/advanced/appsettings.html


Regards,
Stefan

Login or Signup to post a comment