Refine description of SteamControllerConfigs

This commit is contained in:
Kamil Trzciński 2022-12-06 21:32:14 +01:00
parent a69f2157eb
commit 821ee889d1

View file

@ -61,7 +61,9 @@ namespace SteamController
[UserScopedSetting]
[BrowsableAttribute(true)]
[DefaultSettingValue("Overwrite")]
[Description("This does replace Steam configuration for controllers to prevent double inputs")]
[Description("This does replace Steam configuration for controllers to prevent double inputs. " +
"Might require going to Steam > Settings > Controller > Desktop to apply " +
"'SteamController provided empty configuration'.")]
public SteamControllerConfigsMode SteamControllerConfigs
{
get { return ((SteamControllerConfigsMode)(this["SteamControllerConfigs"])); }