mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-24 09:20:27 +01:00
SteamController: Make DetectRTSSForeground disabled for now
This commit is contained in:
parent
839c2be498
commit
ce1435947c
|
|
@ -30,7 +30,7 @@ namespace SteamController
|
|||
[Description("If current foreground process uses overlay, treat it as a game.")]
|
||||
public bool DetectRTSSForeground
|
||||
{
|
||||
get { return Get<bool>("DetectRTSSForeground", true); }
|
||||
get { return Get<bool>("DetectRTSSForeground", false); }
|
||||
set { Set("DetectRTSSForeground", value); }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue