Files
winutil/config/appnavigation.json
T

77 lines
2.3 KiB
JSON
Raw Normal View History

2025-03-01 20:50:12 +01:00
{
2025-05-12 22:45:57 +02:00
"WPFInstall": {
"Content": "Install/Upgrade Applications",
2025-03-01 20:50:12 +01:00
"Category": "____Actions",
2025-05-12 22:45:57 +02:00
"Type": "Button",
2025-03-01 20:50:12 +01:00
"Order": "1",
2025-05-12 22:45:57 +02:00
"Description": "Install or upgrade the selected applications"
2025-03-01 20:50:12 +01:00
},
2025-05-12 22:45:57 +02:00
"WPFUninstall": {
"Content": "Uninstall Applications",
2025-03-01 20:50:12 +01:00
"Category": "____Actions",
2025-05-12 22:45:57 +02:00
"Type": "Button",
2025-03-01 20:50:12 +01:00
"Order": "2",
2025-05-12 22:45:57 +02:00
"Description": "Uninstall the selected applications"
2025-03-01 20:50:12 +01:00
},
2025-05-12 22:45:57 +02:00
"WPFInstallUpgrade": {
"Content": "Upgrade all Applications",
2025-03-01 20:50:12 +01:00
"Category": "____Actions",
"Type": "Button",
"Order": "3",
2025-05-12 22:45:57 +02:00
"Description": "Upgrade all applications to the latest version"
2025-03-01 20:50:12 +01:00
},
"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"
2025-05-12 22:45:57 +02:00
},
2026-02-06 10:26:29 -06:00
"WPFCollapseAllCategories": {
"Content": "Collapse All Categories",
"Category": "__Selection",
"Type": "Button",
"Order": "1",
"Description": "Collapse all application categories"
},
"WPFExpandAllCategories": {
"Content": "Expand All Categories",
"Category": "__Selection",
"Type": "Button",
"Order": "2",
"Description": "Expand all application categories"
},
2025-05-12 22:45:57 +02:00
"WPFClearInstallSelection": {
"Content": "Clear Selection",
"Category": "__Selection",
"Type": "Button",
2026-02-06 10:26:29 -06:00
"Order": "3",
2025-05-12 22:45:57 +02:00
"Description": "Clear the selection of applications"
},
"WPFGetInstalled": {
"Content": "Get Installed",
"Category": "__Selection",
"Type": "Button",
2026-02-06 10:26:29 -06:00
"Order": "4",
2025-05-12 22:45:57 +02:00
"Description": "Show installed applications"
},
"WPFselectedAppsButton": {
"Content": "Selected Apps: 0",
"Category": "__Selection",
"Type": "Button",
2026-02-06 10:26:29 -06:00
"Order": "5",
2025-05-12 22:45:57 +02:00
"Description": "Show the selected applications"
2025-03-01 20:50:12 +01:00
}
}