diff --git a/config/appnavigation.json b/config/appnavigation.json index b42942f9..f9132e5c 100644 --- a/config/appnavigation.json +++ b/config/appnavigation.json @@ -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" } }