diff options
author | Matthew Olsson <matthewcolsson@gmail.com> | 2021-05-10 11:50:15 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-18 16:35:23 +0200 |
commit | f7ea1eb6101617e127605173deb381bee84e72e5 (patch) | |
tree | 5ce04823ae4676f53ccb198fdc09b40f592995b9 /Base/home/anon | |
parent | 309105678b64839c671b6fa2450b500276692664 (diff) | |
download | serenity-f7ea1eb6101617e127605173deb381bee84e72e5.zip |
Applications: Add a very simple PDFViewer
Diffstat (limited to 'Base/home/anon')
-rw-r--r-- | Base/home/anon/.config/LaunchServer.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 87acdb03ac..afa150f254 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -16,6 +16,7 @@ txt=/bin/TextEditor font=/bin/FontEditor sheets=/bin/Spreadsheet gml=/bin/Playground +pdf=/bin/PDFViewer *=/bin/TextEditor [Protocol] |