diff options
author | LuK1337 <priv.luk@gmail.com> | 2021-07-19 14:05:22 +0200 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-07-19 17:42:14 +0430 |
commit | fb66feef5e7fae4c50da1bc2c42cd1eed7933cf6 (patch) | |
tree | b869948b086096707bad4d9c8d514c1dc60f46a4 /Base/home | |
parent | ed46d52252375be732841d980f9eec02ea7691f5 (diff) | |
download | serenity-fb66feef5e7fae4c50da1bc2c42cd1eed7933cf6.zip |
Base: Add file associations for multiple programs
This change adds missing file association for the following programs:
- ImageViewer
- PDFViewer
- PixelPaint
- Playground
- Profiler
- SoundPlayer
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/.config/LaunchServer.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 5c1c420203..4348b9f9dc 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -18,6 +18,8 @@ font=/bin/FontEditor sheets=/bin/Spreadsheet gml=/bin/Playground pdf=/bin/PDFViewer +profile=/bin/Profiler +pp=/bin/PixelPaint directory=/bin/FileManager *=/bin/TextEditor |