mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 10:32:35 -05:00
add sort by options
This commit is contained in:
@ -1,4 +1,22 @@
|
||||
{
|
||||
"SortbyCategory": {
|
||||
"Content": "Category",
|
||||
"Category": "___Sort by",
|
||||
"Type": "RadioButton",
|
||||
"GroupName": "SortAppsByGroup",
|
||||
"Checked": true,
|
||||
"Order": "1",
|
||||
"Description": ""
|
||||
},
|
||||
"SortbyAlphabet": {
|
||||
"Content": "Alphabetical Order",
|
||||
"Category": "___Sort by",
|
||||
"Type": "RadioButton",
|
||||
"GroupName": "SortAppsByGroup",
|
||||
"Checked": false,
|
||||
"Order": "2",
|
||||
"Description": ""
|
||||
},
|
||||
"WingetRadioButton": {
|
||||
"Content": "Winget",
|
||||
"Category": "__Package Manager",
|
||||
|
Reference in New Issue
Block a user