From a6bababb43e45fc63f9a0e8679b0eb2e36b45dbd Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sun, 3 Nov 2024 16:27:43 +0100 Subject: [PATCH] remove installation scope - remove all 3 radiobuttons from appnavigation.json --- config/appnavigation.json | 27 --------------------------- 1 file changed, 27 deletions(-) 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" } }