mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 14:58:46 +00:00
LibGUI: Icon for INI file type
This commit is contained in:
parent
d8477074b9
commit
5267ccbc22
Notes:
sideshowbarker
2024-07-19 07:08:05 +09:00
Author: https://github.com/asliturk
Commit: 5267ccbc22
Pull-request: https://github.com/SerenityOS/serenity/pull/2035
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
__ENUMERATE_FILETYPE(pdf, ".pdf") \
|
||||
__ENUMERATE_FILETYPE(python, ".py") \
|
||||
__ENUMERATE_FILETYPE(sound, ".wav") \
|
||||
__ENUMERATE_FILETYPE(ini, ".ini") \
|
||||
__ENUMERATE_FILETYPE(text, ".txt", ".md")
|
||||
namespace GUI {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue