1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 00:07:14 +03:00
This commit is contained in:
Ian Norton 2016-01-08 11:58:36 +00:00 committed by Jonathan Harris
parent b0f73b8390
commit c8e7d42b00

View File

@ -21,7 +21,7 @@ def plugin_start():
# Plugin Hooks
## Configuration
If you want your plugin to be configurable via the GUI you can define form to be used by EDMC's settings window.
If you want your plugin to be configurable via the GUI you can define a form (tab) to be used by EDMC's settings window.
```
import Tkinter as tk