1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 22:57:35 +00:00

Ladybird/AppKit: Implement <input type=file> file type filtering

This commit is contained in:
Timothy Flynn 2024-03-14 22:45:28 -04:00 committed by Andreas Kling
parent a0e6c7457a
commit 3a8bde9ef2
3 changed files with 44 additions and 3 deletions

View file

@ -134,7 +134,10 @@ executable("ladybird_executable") {
"//Userland",
]
frameworks = [ "Cocoa.framework" ]
frameworks = [
"Cocoa.framework",
"UniformTypeIdentifiers.framework",
]
}
if (current_os != "mac") {