mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-10 15:03:57 +01:00
Refine description of SteamControllerConfigs
This commit is contained in:
parent
a69f2157eb
commit
821ee889d1
|
|
@ -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"])); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue