diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-03 06:14:39 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-03 06:14:39 +0200 |
| commit | 36d0734355fc45085af407b0f89c994564d5b53a (patch) | |
| tree | 55dcfe3ea9af20b462a3822ab267b39ce6e87e5e /README.rst | |
| parent | c5b3aa91399077bc006e42c51b87fe3495d36243 (diff) | |
Mention where _USE_EMBEDDED_IMAGES is
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -516,8 +516,8 @@ Three configuration interfaces are currently available: To avoid having to carry around a bunch of GIFs, the image data is embedded in ``guiconfig.py``. To use separate GIF files instead, change - ``_USE_EMBEDDED_IMAGES`` to ``False``. The image files can be found in the - `screenshots + ``_USE_EMBEDDED_IMAGES`` to ``False`` in ``guiconfig.py``. The image files + can be found in the `screenshots <https://github.com/ulfalizer/Kconfiglib/tree/screenshots/guiconfig>`_ branch. |
