Skip to content

Commit

Permalink
Merge pull request #21 from ManCaveMedia/patch-3
Browse files Browse the repository at this point in the history
Update manifest.json
  • Loading branch information
jonahhb committed Feb 16, 2024
2 parents 7c98820 + 1bc901a commit 9dce85a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions com.f1-tools.mvf1.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"Name": "MVF1 Player Picker",
"ReadOnly": true,
"DeviceType": 0,
"DontAutoSwitchWhenInstalled": false
"DontAutoSwitchWhenInstalled": true
},
{
"Name": "MVF1 Player Picker - XL",
"ReadOnly": true,
"DeviceType": 2,
"DontAutoSwitchWhenInstalled": false
"DontAutoSwitchWhenInstalled": true
},
{
"Name": "MVF1 Player Picker - Mini",
"ReadOnly": true,
"DeviceType": 1,
"DontAutoSwitchWhenInstalled": false
"DontAutoSwitchWhenInstalled": true
},
{
"Name": "MVF1 Player Picker - Plus",
"ReadOnly": true,
"DeviceType": 7,
"DontAutoSwitchWhenInstalled": false
"DontAutoSwitchWhenInstalled": true
}
],
"Actions": [
Expand Down

0 comments on commit 9dce85a

Please sign in to comment.