mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix plugins compile
This commit is contained in:
parent
98cae26c90
commit
b37b6c401d
|
@ -40,7 +40,7 @@ PluginsPage::PluginsPage()
|
|||
auto *description =
|
||||
new QLabel("You can load plugins by putting them into " +
|
||||
formatRichNamedLink(
|
||||
"file:///" + getIApp()->getPaths()->pluginsDirectory,
|
||||
"file:///" + getIApp()->getPaths().pluginsDirectory,
|
||||
"the Plugins directory") +
|
||||
". Each one is a new directory.");
|
||||
description->setOpenExternalLinks(true);
|
||||
|
|
Loading…
Reference in a new issue