"package" is also dangerous

This commit is contained in:
Mm2PL 2023-01-31 15:28:47 +01:00
parent 9bb17cf16a
commit 97b56f0226
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -57,7 +57,7 @@ PluginsPage::PluginsPage()
{
libString += ", ";
}
if (library == "os" || library == "io")
if (library == "os" || library == "io" || library == "package")
{
hasDangerous = true;
}