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

Remove any dependency on dockmanager in desktopIconsIntegration.js #2132

Closed
wants to merge 2 commits into from

Commits on Dec 14, 2023

  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 Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b5c159d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    8ee7913 View commit details
    Browse the repository at this point in the history