Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dockmanager null #2148

Closed
wants to merge 2 commits into from
Closed

Commits on Feb 15, 2024

  1. Remove any dependency on dockmanager in desktopIconsIntegration.js

    Dockmanager can be null, and this spams the log if desktopIconsIntegration class
    is initialized and used.
    
    desktopIconsIntegration class is initialized and called from the extension and
    really should not have any other dependencies other than the shell,
    it is meant to be used and can be used as is by any extension if called as is
    independently without modifications.
    
    Fix resource path for Extension
    smedir committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    71f93f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79950a1 View commit details
    Browse the repository at this point in the history