fix dyn folded link

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-14 12:20:41 +08:00
parent 9489d8a7ca
commit b0c6e2f5cd
3 changed files with 19 additions and 4 deletions

View File

@@ -104,6 +104,8 @@ class DynamicItemModel {
String? type;
bool? visible;
late bool linkFolded = false;
// opus
Fallback? fallback;