1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

[Minor] Clarify Comment

Forgot to update the comment to be about broken plugins instead of no 3.x support ones.
This commit is contained in:
Phoebe 2023-12-15 00:43:48 +01:00
parent aa5abeaa9a
commit 49ca678ff6

@ -2325,6 +2325,7 @@ sys.path: {sys.path}'''
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)