mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 06:35:51 -06:00
remove installation scope
- remove all 3 radiobuttons from appnavigation.json
This commit is contained in:
parent
5514025577
commit
a6bababb43
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user