mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
Improve profile selection to remove special handling of IsDesktop
This commit is contained in:
parent
44e5751d75
commit
6ea0329cbb
8 changed files with 84 additions and 89 deletions
|
|
@ -10,7 +10,8 @@ namespace SteamController
|
|||
{
|
||||
var items = new List<string>();
|
||||
|
||||
if (DesktopMode)
|
||||
var profile = CurrentProfile;
|
||||
if (profile?.IsDesktop ?? false)
|
||||
items.Add("[DESKTOP]");
|
||||
else
|
||||
items.Add("[CONTROLLER]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue