Add disabled launcher items

This commit is contained in:
Ray Berezowski
2026-08-26 21:06:25 -04:00
parent fe86573e10
commit 31c62bb89a
9 changed files with 88 additions and 12 deletions

View File

@@ -11,6 +11,7 @@
"Arguments": null,
"IconPath": null,
"IsFavorite": false,
"IsDisabled": false,
"DisplayMode": "CompactList",
"Children": [
{
@@ -20,6 +21,7 @@
"Arguments": null,
"IconPath": "%USERPROFILE%\\Documents",
"IsFavorite": false,
"IsDisabled": false,
"DisplayMode": "CompactList",
"Children": []
},
@@ -30,6 +32,7 @@
"Arguments": null,
"IconPath": "%USERPROFILE%\\Downloads",
"IsFavorite": false,
"IsDisabled": false,
"DisplayMode": "CompactList",
"Children": []
}
@@ -42,6 +45,7 @@
"Arguments": null,
"IconPath": null,
"IsFavorite": false,
"IsDisabled": false,
"DisplayMode": "CompactList",
"Children": [
{
@@ -51,6 +55,7 @@
"Arguments": null,
"IconPath": "notepad.exe",
"IsFavorite": false,
"IsDisabled": false,
"DisplayMode": "CompactList",
"Children": []
}