io/fileview: write values into correct JsonObjects in deserialize

Property writes were being done on the JsonAdapter and not the child
JsonObject, resulting in the data of children being set on the
adapter's props, and occasional crashes.
This commit is contained in:
outfoxxed 2026-04-03 21:28:09 -07:00
parent 50cdf98868
commit aaff22f4b0
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 4 additions and 3 deletions

View file

@ -66,6 +66,7 @@ set shell id.
- Worked around Qt bug causing crashes when plugging and unplugging monitors.
- Fixed HyprlandFocusGrab crashing if windows were destroyed after being passed to it.
- Fixed ScreencopyView pixelation when scaled.
- Fixed JsonAdapter crashing and providing bad data on read when using JsonObject.
## Packaging Changes