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
This is all StatusBar business, so we can remove it from the overweight main_window.py.
Modernize and refactor the code by using enums instead of dicts.
Fix a couple of same line comments in nearby lines (#248) to improve formatting.
Same line comments make it harder to find changes to code with
git blame
, and they interfere withblack
code formatting.The text was updated successfully, but these errors were encountered: