mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Ladybird/AppKit: Implement <input type=file> file type filtering
This commit is contained in:
parent
a0e6c7457a
commit
3a8bde9ef2
Notes:
sideshowbarker
2024-07-16 21:42:29 +09:00
Author: https://github.com/trflynn89
Commit: 3a8bde9ef2
Pull-request: https://github.com/SerenityOS/serenity/pull/23595
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