Skip to content
  • Utkarsh Ayachit's avatar
    fix plugin autoloading · c815b933
    Utkarsh Ayachit authored
    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.
    c815b933