Skip to content

Fix remote desktop restoring

Nicolas Fella requested to merge work/nico/you-must-persist into master

DeviceTypes is QFlags, which doesn't really work with QVariant, causing the saved data to not be restored.

To fix this force it to uint when reading/writing

BUG: 480235

Merge request reports