Fix minor skill issue (#4)

This commit is contained in:
Vasilis 2024-08-13 22:55:02 +02:00 committed by GitHub
parent 00bd47d493
commit 05cb8ad033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,12 +28,12 @@ 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!
});
}
}
}