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:
parent
a0e6c7457a
commit
3a8bde9ef2
3 changed files with 44 additions and 3 deletions
|
@ -134,7 +134,10 @@ executable("ladybird_executable") {
|
|||
"//Userland",
|
||||
]
|
||||
|
||||
frameworks = [ "Cocoa.framework" ]
|
||||
frameworks = [
|
||||
"Cocoa.framework",
|
||||
"UniformTypeIdentifiers.framework",
|
||||
]
|
||||
}
|
||||
|
||||
if (current_os != "mac") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue