Skip to content

Commit

Permalink
Merge pull request #45 from t00m/0.0.26-fix
Browse files Browse the repository at this point in the history
fix(Factory): load IconManager module properly
  • Loading branch information
t00m authored May 27, 2024
2 parents df1ed91 + 5b21084 commit 8c707dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiAZ/frontend/desktop/services/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from MiAZ.backend.log import get_logger
from MiAZ.backend.models import Country
from MiAZ.frontend.desktop.icons import MiAZIconManager
from MiAZ.frontend.desktop.services.icm import MiAZIconManager
from MiAZ.frontend.desktop.widgets.button import MiAZPopoverButton
from MiAZ.frontend.desktop.widgets.filechooser import MiAZFileChooserDialog

Expand Down

0 comments on commit 8c707dd

Please sign in to comment.