Differences From Artifact [309455414c]:

To Artifact [fd35fa0517]:


21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Very crude, and not as many widgets as the Gtk/St2 implementation.
# Supports type: str, bool, select, int, dict, text config: options.
#

"""
PySimpleGUI window to populate config dict via plugin options

![](http://fossil.include-once.org/streamtuner2/raw/st2-plugins.png?name=946c0e32c868a22facd7498250451723a50ab00a)
"""


#import os
import re
#import json
import glob







|







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Very crude, and not as many widgets as the Gtk/St2 implementation.
# Supports type: str, bool, select, int, dict, text config: options.
#

"""
PySimpleGUI window to populate config dict via plugin options

![config window](/pluginspec/doc/tip/html/config.png)
"""


#import os
import re
#import json
import glob