Fix minor skill issue

This commit is contained in:
Vasilis 2024-08-13 17:08:41 +02:00 committed by GitHub
parent 00bd47d493
commit 4b83652ef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,10 +28,10 @@ internal static class Program
// Name of the configuration file in the user's data directory.
ConfigFileName = "config.toml",
//SplashLogo = new ResourcePath("/path/to/splash/logo.png"),
//SplashLogo = new ResPath("/path/to/splash/logo.png"),
// Check "RobustToolbox/Resources/Textures/Logo/icon" for an example window icon set.
//WindowIconSet = new ResourcePath("/path/to/folder/with/window/icon/set"),
//WindowIconSet = new ResPath("/path/to/folder/with/window/icon/set"),
// There are a few more options, be sure to check them all!
});