feature: HTPC mode startup argument (#358)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-06-01 15:30:34 +02:00 committed by GitHub
parent a8795cf0c9
commit 69a5e3db7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 416 additions and 151 deletions

13
.vscode/launch.json vendored
View file

@ -10,7 +10,18 @@
"type": "dart",
"args": [
"--flavor",
"development"
"development",
]
},
{
"name": "Fladder Development HTPC (debug)",
"request": "launch",
"type": "dart",
"args": [
"--flavor",
"development",
"-a",
"--htpc",
]
},
{