1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

eddn: Remove outdated comment about replaylog rework

And using tk `parent` *is* absolutely necessary.
This commit is contained in:
Athanasius 2022-11-23 14:12:43 +00:00
parent b7769821be
commit 3d9bb64330
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -1797,10 +1797,7 @@ def plugin_app(parent: tk.Tk) -> Optional[tk.Frame]:
Set up any plugin-specific UI.
In this case we need the tkinter parent in order to later call
`update_idletasks()` on it.
TODO: Re-work the whole replaylog and general sending to EDDN so this isn't
necessary.
`update_idletasks()` on it, or schedule things with `after()`.
:param parent: tkinter parent frame.
:return: Optional tk.Frame, if the tracking UI is active.