mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
Base: Add PPM file type to QuickShow file type list
This commit is contained in:
parent
7f73f0300c
commit
7f30d933b5
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
[FileType]
|
[FileType]
|
||||||
pbm=/bin/QuickShow
|
pbm=/bin/QuickShow
|
||||||
png=/bin/QuickShow
|
png=/bin/QuickShow
|
||||||
|
ppm=/bin/QuickShow
|
||||||
gif=/bin/QuickShow
|
gif=/bin/QuickShow
|
||||||
bmp=/bin/QuickShow
|
bmp=/bin/QuickShow
|
||||||
html=/bin/Browser
|
html=/bin/Browser
|
||||||
|
|
|
@ -8,4 +8,4 @@ Category=Graphics
|
||||||
32x32=/res/icons/32x32/filetype-image.png
|
32x32=/res/icons/32x32/filetype-image.png
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=pbm,png,gif
|
FileTypes=pbm,png,ppm,gif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue