mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
Base: Add pbm file type to QuickShow file type list
This commit is contained in:
parent
671560a844
commit
58c3356472
Notes:
sideshowbarker
2024-07-19 05:29:11 +09:00
Author: https://github.com/asliturk
Commit: 58c3356472
Pull-request: https://github.com/SerenityOS/serenity/pull/2606
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
[FileType]
|
||||
pbm=/bin/QuickShow
|
||||
png=/bin/QuickShow
|
||||
gif=/bin/QuickShow
|
||||
bmp=/bin/QuickShow
|
||||
|
|
|
@ -8,4 +8,4 @@ Category=Graphics
|
|||
32x32=/res/icons/32x32/filetype-image.png
|
||||
|
||||
[Launcher]
|
||||
FileTypes=png,gif
|
||||
FileTypes=pbm,png,gif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue