mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
"package" is also dangerous
This commit is contained in:
parent
9bb17cf16a
commit
97b56f0226
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ PluginsPage::PluginsPage()
|
|||
{
|
||||
libString += ", ";
|
||||
}
|
||||
if (library == "os" || library == "io")
|
||||
if (library == "os" || library == "io" || library == "package")
|
||||
{
|
||||
hasDangerous = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue