Skip to content

Commit ec30ae2

Browse files
committed
fix: show icons by importing recources_rc in ORSToolsDialog
1 parent 3a82861 commit ec30ae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ORStools/gui/ORStoolsDialog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
from .ORStoolsDialogConfig import ORStoolsDialogConfigMain
6666
from .ORStoolsDialogUI import Ui_ORStoolsDialogBase
6767

68+
from . import resources_rc
69+
6870

6971
def on_config_click(parent):
7072
"""Pop up provider config window. Outside of classes because it's accessed by multiple dialogs.

0 commit comments

Comments
 (0)