From 821ee889d17cba48909a198baa60a5956031d620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Tue, 6 Dec 2022 21:32:14 +0100 Subject: [PATCH] Refine description of `SteamControllerConfigs` --- SteamController/Settings.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SteamController/Settings.cs b/SteamController/Settings.cs index 8a7a5b6..91a6933 100644 --- a/SteamController/Settings.cs +++ b/SteamController/Settings.cs @@ -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"])); }