You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup qdarktheme according to the guide. I do use it with pyqt6.
When debugging in pycharm, the debugger process does not terminate if the theme is used. As soon as I comment out the qdarktheme.setup_theme("auto"), the debugger closes correctly.
Any advice?
The text was updated successfully, but these errors were encountered:
I have setup qdarktheme according to the guide. I do use it with pyqt6.
When debugging in pycharm, the debugger process does not terminate if the theme is used. As soon as I comment out the
qdarktheme.setup_theme("auto")
, the debugger closes correctly.Any advice?
The text was updated successfully, but these errors were encountered: