diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 5c1c420203..4348b9f9dc 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -18,6 +18,8 @@ font=/bin/FontEditor sheets=/bin/Spreadsheet gml=/bin/Playground pdf=/bin/PDFViewer +profile=/bin/Profiler +pp=/bin/PixelPaint directory=/bin/FileManager *=/bin/TextEditor diff --git a/Base/res/apps/ImageViewer.af b/Base/res/apps/ImageViewer.af index 8d9750c08f..eae3426718 100644 --- a/Base/res/apps/ImageViewer.af +++ b/Base/res/apps/ImageViewer.af @@ -4,4 +4,4 @@ Executable=/bin/ImageViewer Category=Graphics [Launcher] -FileTypes=pbm,pgm,png,ppm,gif,jpg,jpeg,dds +FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds diff --git a/Base/res/apps/PDFViewer.af b/Base/res/apps/PDFViewer.af index 0feb811b26..4951c6504a 100644 --- a/Base/res/apps/PDFViewer.af +++ b/Base/res/apps/PDFViewer.af @@ -2,3 +2,6 @@ Name=PDF Viewer Executable=/bin/PDFViewer Category=Graphics + +[Launcher] +FileTypes=pdf diff --git a/Base/res/apps/Playground.af b/Base/res/apps/Playground.af index b31f65fc0a..5440a8c7db 100644 --- a/Base/res/apps/Playground.af +++ b/Base/res/apps/Playground.af @@ -2,3 +2,6 @@ Name=GML Playground Executable=/bin/Playground Category=Development + +[Launcher] +FileTypes=gml diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af index 5a20b94d76..13222d2b73 100644 --- a/Base/res/apps/SoundPlayer.af +++ b/Base/res/apps/SoundPlayer.af @@ -4,4 +4,4 @@ Executable=/bin/SoundPlayer Category=Sound [Launcher] -FileTypes=wav +FileTypes=flac,m3u,m3u8,wav