mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feat: Improve how unsupported items are shown. (#129)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
85e5d34738
commit
e50d666fa9
12 changed files with 213 additions and 41 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"ficonsax",
|
||||
"jellyfin",
|
||||
"Jellyfin",
|
||||
"jellyfin"
|
||||
"LTRB"
|
||||
],
|
||||
"dart.flutterSdkPath": ".fvm/versions/3.24.3",
|
||||
"search.exclude": {
|
||||
|
|
|
|||
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
|
|
@ -99,9 +99,9 @@
|
|||
"group": "build",
|
||||
"label": "dart: dart pub run build_runner watch",
|
||||
"detail": "",
|
||||
"runOptions": {
|
||||
"runOn": "folderOpen"
|
||||
}
|
||||
// "runOptions": {
|
||||
// "runOn": "folderOpen"
|
||||
// }
|
||||
}
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue