Skip to content

Commit 57ef3b2

Browse files
asliturkawesomekling
authored andcommitted
Base: Add PGM file type to QuickShow file type list
1 parent 0f7a651 commit 57ef3b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Base/home/anon/LaunchServer.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[FileType]
22
pbm=/bin/QuickShow
3+
pgm=/bin/QuickShow
34
png=/bin/QuickShow
45
ppm=/bin/QuickShow
56
gif=/bin/QuickShow

Base/res/apps/QuickShow.af

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Category=Graphics
88
32x32=/res/icons/32x32/filetype-image.png
99

1010
[Launcher]
11-
FileTypes=pbm,png,ppm,gif
11+
FileTypes=pbm,pgm,png,ppm,gif

0 commit comments

Comments
 (0)