mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 06:15:26 +00:00
SteamController: Add configuration wizard
This commit is contained in:
parent
54aec613ed
commit
caf6672174
5 changed files with 99 additions and 80 deletions
|
|
@ -14,9 +14,9 @@ namespace SteamController
|
|||
}
|
||||
|
||||
[Browsable(false)]
|
||||
public bool EnableSteamDetection
|
||||
public bool? EnableSteamDetection
|
||||
{
|
||||
get { return Get<bool>("EnableSteamDetection", false); }
|
||||
get { return Get<bool?>("EnableSteamDetection", null); }
|
||||
set { Set("EnableSteamDetection", value); }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue