Skip to content

Commit

Permalink
[bug] Need at least one enabled sub
Browse files Browse the repository at this point in the history
Quick fix for Desktop, all sub entries seemed disabled so the parent also needs disabled.
  • Loading branch information
Tearran authored and igorpecovnik committed Nov 18, 2024
1 parent b1249cf commit 147d063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/json/config.software.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"id": "Desktops",
"description": "Desktop Environments",
"status": "Stable",
"status": "Disabled",
"sub": [
{
"id": "XFCE",
Expand Down Expand Up @@ -671,4 +671,4 @@
]
}
]
}
}

0 comments on commit 147d063

Please sign in to comment.