mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
add sort by options
This commit is contained in:
parent
468b7209be
commit
7686e7fff4
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user