Base: Add PGM file type to QuickShow file type list
This commit is contained in:
parent
0f7a651adc
commit
57ef3b27ec
Notes:
sideshowbarker
2024-07-19 05:21:39 +09:00
Author: https://github.com/asliturk Commit: https://github.com/SerenityOS/serenity/commit/57ef3b27ecc Pull-request: https://github.com/SerenityOS/serenity/pull/2633
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
[FileType]
|
||||
pbm=/bin/QuickShow
|
||||
pgm=/bin/QuickShow
|
||||
png=/bin/QuickShow
|
||||
ppm=/bin/QuickShow
|
||||
gif=/bin/QuickShow
|
||||
|
|
|
@ -8,4 +8,4 @@ Category=Graphics
|
|||
32x32=/res/icons/32x32/filetype-image.png
|
||||
|
||||
[Launcher]
|
||||
FileTypes=pbm,png,ppm,gif
|
||||
FileTypes=pbm,pgm,png,ppm,gif
|
||||
|
|
Loading…
Add table
Reference in a new issue