diff options
author | Conrad Pankoff <deoxxa@fknsrs.biz> | 2019-08-06 22:56:32 +1000 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-08-06 15:05:56 +0200 |
commit | 6f75d96689386d66d8564f1fb3d9d0b8d696bc30 (patch) | |
tree | 67d8ccac92a0be1b0a84d0e1d8251d6f46500ba2 /Base/home | |
parent | 9de48cd81a2058e0f6d804e8c6a40c9b66b771fc (diff) | |
download | serenity-6f75d96689386d66d8564f1fb3d9d0b8d696bc30.zip |
Launcher: Add ChanViewer to default config
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 444fcd13b7..9d6cdcf670 100644 --- a/Base/home/anon/Launcher.ini +++ b/Base/home/anon/Launcher.ini @@ -44,3 +44,7 @@ Icon=/res/icons/32x32/app-paintbrush.png [Piano] Path=/bin/Piano Icon=/res/icons/32x32/app-piano.png + +[ChanViewer] +Path=/bin/ChanViewer +Icon=/res/icons/16x16/app-chanviewer.png |