From 49ca678ff6d50028a88a422ce923f9cbadb53da7 Mon Sep 17 00:00:00 2001 From: Phoebe Date: Fri, 15 Dec 2023 00:43:48 +0100 Subject: [PATCH] [Minor] Clarify Comment Forgot to update the comment to be about broken plugins instead of no 3.x support ones. --- EDMarketConnector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 50872ec38..596f04239 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -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)