Skip to content

Commit

Permalink
[Minor] Clarify Comment
Browse files Browse the repository at this point in the history
Forgot to update the comment to be about broken plugins instead of no 3.x support ones.
  • Loading branch information
Phoebe committed Dec 14, 2023
1 parent aa5abea commit 49ca678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EDMarketConnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -2325,6 +2325,7 @@ def messagebox_not_py3():

root.wm_attributes('-alpha', ui_transparency / 100)
# Display message box about plugins without Python 3.x support
# Display message box about plugins that failed to load
root.after(0, messagebox_broken_plugins)
# Display message box about plugins without Python 3.x support
root.after(1, messagebox_not_py3)
Expand Down

0 comments on commit 49ca678

Please sign in to comment.