Skip to content

fix plugin autoloading

Plugins were not auto-loading between multiple restarts. The issues was due to incorrect order of when the settings were loaded and when information about distributed plugins was loaded. This commit cleans that up.

Now, all plugins are loaded after main window is created. Also adding log entries to help debugging issues.

Fixes #19283 (closed).

Edited by Utkarsh Ayachit

Merge request reports