Skip to content

Properly populate the activities menu on consecutive requests

Ivan Čukić requested to merge ivan/menu-loading-fix into master

Currently, if Dolphin keeps an instance of the plugin alive, the activities... menu will not be loaded properly. This patch keeps the previously allocated menu active and asynchronously loads its items any time it is shown to the user.

Edited by Ivan Čukić

Merge request reports