fix app action button logic & move get & clear to sidepanel

This commit is contained in:
MyDrift
2024-09-29 09:56:10 +02:00
parent ae1a9530f9
commit 4889c1c508
2 changed files with 19 additions and 27 deletions

View File

@ -1,4 +1,18 @@
{
"WPFGetInstalled": {
"Content": "Get Installed",
"Category": "____Navigation",
"Type": "Button",
"Order": "1",
"Description": "Show installed applications"
},
"WPFClearInstallSelection": {
"Content": "Clear Selection",
"Category": "____Navigation",
"Type": "Button",
"Order": "2",
"Description": "Clear the selection of applications"
},
"SortbyCategory": {
"Content": "Category",
"Category": "___Sort by",