Hi Jules,
When loading some resource in a worker thread, I would like to get the current display scale. (in order to know if I load retina assets or not)
Currently if I call Desktop::Displays::getMainDisplay() in another thread to get this scale, I got an assert.
Is this assert mandatory, or some locking would help avoiding it ?
Thanks,
