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
Fix broken plug relative import in global __init__.py
The imported `plug` module was broken, plugs did not work with multiple monitors as they should have been.
This was probably due to the black magic class->name->object shenanigans going on in the plug initialization.
0 commit comments