diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-13 23:01:47 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-07-13 23:01:47 +0200 |
commit | 173edcc5aeaa60b24ec877edc2abb6322b29721b (patch) | |
tree | 1e01efea8e95f7538331f23a767753f616198949 /Base/home | |
parent | 69bafd1043de6a8a4c8c490ed1a82fdf618402fc (diff) | |
download | serenity-173edcc5aeaa60b24ec877edc2abb6322b29721b.zip |
Piano: Add to Launcher with a new 32x32 icon. :^)
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/Launcher.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/Launcher.ini b/Base/home/anon/Launcher.ini index 5c8dd3693e..444fcd13b7 100644 --- a/Base/home/anon/Launcher.ini +++ b/Base/home/anon/Launcher.ini @@ -40,3 +40,7 @@ Icon=/res/icons/32x32/app-process-manager.png [PaintBrush] Path=/bin/PaintBrush Icon=/res/icons/32x32/app-paintbrush.png + +[Piano] +Path=/bin/Piano +Icon=/res/icons/32x32/app-piano.png |