Skip to content

notifications: Remove thread loading applications

Stop the app list being loaded in a thread. This is complicated and dangerous as it accesses a hash table that can also be accessed from the main thread. The operation is not expensive enough to warrant a thread, and similar code in the application panel doesn't use one here.

Merge request reports