mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
a6bababb43
- remove all 3 radiobuttons from appnavigation.json
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"WPFToggleView": {
|
|
"Content": ["Expanded View", "Compact View"],
|
|
"Category": "____Actions",
|
|
"Type": "ToggleButton",
|
|
"Order": "1",
|
|
"Description": "Toggle between a list and a compact grid like view"
|
|
},
|
|
"WPFSelectedFilter": {
|
|
"Content": [ "Show All", "Show Selected"],
|
|
"Category": "____Actions",
|
|
"Type": "ToggleButton",
|
|
"Order": "2",
|
|
"Description": "Toggle between showing all or only the selected applications"
|
|
},
|
|
"WPFClearInstallSelection": {
|
|
"Content": "Clear Selection",
|
|
"Category": "____Actions",
|
|
"Type": "Button",
|
|
"Order": "3",
|
|
"Description": "Clear the selection of applications"
|
|
},
|
|
"WPFGetInstalled": {
|
|
"Content": "Get Installed",
|
|
"Category": "____Actions",
|
|
"Type": "Button",
|
|
"Order": "4",
|
|
"Description": "Show installed applications"
|
|
},
|
|
"WingetRadioButton": {
|
|
"Content": "Winget",
|
|
"Category": "__Package Manager",
|
|
"Type": "RadioButton",
|
|
"GroupName": "PackageManagerGroup",
|
|
"Checked": true,
|
|
"Order": "1",
|
|
"Description": "Use Winget for package management"
|
|
},
|
|
"ChocoRadioButton": {
|
|
"Content": "Chocolatey",
|
|
"Category": "__Package Manager",
|
|
"Type": "RadioButton",
|
|
"GroupName": "PackageManagerGroup",
|
|
"Checked": false,
|
|
"Order": "2",
|
|
"Description": "Use Chocolatey for package management"
|
|
},
|
|
"autofallback": {
|
|
"Content": "Auto Fallback",
|
|
"Category": "__Package Manager",
|
|
"Checked": true,
|
|
"Order": "3",
|
|
"Description": "If the selected package manager fails, automatically switch to the other one"
|
|
}
|
|
}
|