Skip to content

Commit

Permalink
fix(Factory): load IconManager module properly
Browse files Browse the repository at this point in the history
  • Loading branch information
t00m committed May 27, 2024
1 parent df1ed91 commit 5b21084
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 5b21084

Please sign in to comment.