diff options
author | Hüseyin ASLITÜRK <asliturk@hotmail.com> | 2020-06-21 11:51:35 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-21 16:42:46 +0200 |
commit | 58c3356472eb3bd5cdfdb67150b779083a33cedc (patch) | |
tree | ba3e6bc5fdf490d59b24eecf21937cef31672e1d /Base/res/apps | |
parent | 671560a844281960e9e5ed87b7def95274280606 (diff) | |
download | serenity-58c3356472eb3bd5cdfdb67150b779083a33cedc.zip |
Base: Add pbm file type to QuickShow file type list
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/QuickShow.af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/apps/QuickShow.af b/Base/res/apps/QuickShow.af index aa39ce62f3..23e2a9cc9d 100644 --- a/Base/res/apps/QuickShow.af +++ b/Base/res/apps/QuickShow.af @@ -8,4 +8,4 @@ Category=Graphics 32x32=/res/icons/32x32/filetype-image.png [Launcher] -FileTypes=png,gif +FileTypes=pbm,png,gif |