mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
feature: HTPC mode startup argument (#358)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
a8795cf0c9
commit
69a5e3db7a
24 changed files with 416 additions and 151 deletions
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
|
|
@ -10,7 +10,18 @@
|
|||
"type": "dart",
|
||||
"args": [
|
||||
"--flavor",
|
||||
"development"
|
||||
"development",
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fladder Development HTPC (debug)",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"args": [
|
||||
"--flavor",
|
||||
"development",
|
||||
"-a",
|
||||
"--htpc",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue