Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
None
-
-
a3f62d7ead78fde31bc26dd35d4bf6789a7b9e2f (qt/qtbase/5.15)
Description
QSettings should be persistent. This can be done by using IDBFS to mount a directory as persistent memory and sync it to javascript memory.
This is already somewhat working. Although issues are the sync takes time (and memory) and usually ends after app c'tors have finished.