diff options
Diffstat (limited to 'wasp/apps/launcher.py')
| -rw-r--r-- | wasp/apps/launcher.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wasp/apps/launcher.py b/wasp/apps/launcher.py index 6a8bab7..aec542c 100644 --- a/wasp/apps/launcher.py +++ b/wasp/apps/launcher.py @@ -10,6 +10,11 @@ import icons class LauncherApp(): """An application launcher application. + + .. figure:: res/LauncherApp.png + :width: 179 + + Screenshot of the application launcher """ NAME = 'Launcher' ICON = icons.app |
