Compare commits

..

2 Commits

Author SHA1 Message Date
MyDrift
0fa7b6c9ef
Merge a6bababb43 into ce1ef2a519 2024-11-03 15:27:34 +00:00
MyDrift
a6bababb43 remove installation scope
- remove all 3 radiobuttons from appnavigation.json
2024-11-03 16:27:43 +01:00

View File

@ -51,32 +51,5 @@
"Checked": true,
"Order": "3",
"Description": "If the selected package manager fails, automatically switch to the other one"
},
"DefaultScope": {
"Content": "Default",
"Category": "_Installation Scope",
"Type": "RadioButton",
"GroupName": "InstallationScopeGroup",
"Checked": true,
"Order": "1",
"Description": "Use the default scope of the application"
},
"UserScope": {
"Content": "User",
"Category": "_Installation Scope",
"Type": "RadioButton",
"GroupName": "InstallationScopeGroup",
"Checked": false,
"Order": "2",
"Description": "If possible, install the application only for the current user"
},
"GlobalMachineScope": {
"Content": "Global (Machine)",
"Category": "_Installation Scope",
"Type": "RadioButton",
"GroupName": "InstallationScopeGroup",
"Checked": false,
"Order": "3",
"Description": "If possible, install the application globally for all users"
}
}