mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 16:50:34 +03:00
typo in PLUGINS readme
This commit is contained in:
parent
477e60a64f
commit
827e08d1fe
@ -55,7 +55,7 @@ def plugin_app(parent):
|
|||||||
|
|
||||||
tk.Label(status, text="Status:").grid(row=0, column=0)
|
tk.Label(status, text="Status:").grid(row=0, column=0)
|
||||||
|
|
||||||
# after this your even functions can directly update plugin_app.status["text"]
|
# after this your event functions can directly update plugin_app.status["text"]
|
||||||
plugin_app.status = tk.Label(status, text="Happy!")
|
plugin_app.status = tk.Label(status, text="Happy!")
|
||||||
plugin_app.status.grid(row=0, column=1)
|
plugin_app.status.grid(row=0, column=1)
|
||||||
plugin_app.status = None
|
plugin_app.status = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user