io/fileview: convert containers to QVariantList/Map before serialize

QJsonValue::fromVariant doesn't do this automatically for some reason.
This commit is contained in:
outfoxxed 2026-04-03 22:57:58 -07:00
parent b4e71cb2c0
commit 854088c48c
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 12 additions and 6 deletions

View file

@ -69,6 +69,7 @@ set shell id.
- Fixed ScreencopyView pixelation when scaled.
- Fixed JsonAdapter crashing and providing bad data on read when using JsonObject.
- Fixed JsonAdapter sending unnecessary property changes for primitive values.
- Fixed JsonAdapter serialization for lists.
## Packaging Changes