mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
Userland: Port lists of mime types to String
This commit is contained in:
@@ -787,7 +787,7 @@ ErrorOr<String> FileSystemModel::column_name(int column) const
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
|
||||
bool FileSystemModel::accepts_drag(ModelIndex const& index, Vector<DeprecatedString> const& mime_types) const
|
||||
bool FileSystemModel::accepts_drag(ModelIndex const& index, Vector<String> const& mime_types) const
|
||||
{
|
||||
if (!mime_types.contains_slow("text/uri-list"sv))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user