Skip to content

Commit 858b530

Browse files
committed
Add identity_resolvers block to framework manifest for multi-user mode
1 parent 3e7278d commit 858b530

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

framework/component_manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,20 @@
129129
"description": "Cheat code files"
130130
}
131131
},
132+
"identity_resolvers": [
133+
{
134+
"type": "steam",
135+
"default_priority": 1,
136+
"default_enabled": true,
137+
"description": "Use your Steam username (recommended for Steam Deck)"
138+
},
139+
{
140+
"type": "system",
141+
"default_priority": 99,
142+
"default_enabled": true,
143+
"description": "Use your current system username"
144+
}
145+
],
132146
"cli_commands": {
133147
"help": {
134148
"flag": "-h, --help",

0 commit comments

Comments
 (0)