fix plugins compile

This commit is contained in:
Rasmus Karlsson 2024-01-16 11:01:07 +01:00
parent 98cae26c90
commit b37b6c401d

View file

@ -40,7 +40,7 @@ PluginsPage::PluginsPage()
auto *description = auto *description =
new QLabel("You can load plugins by putting them into " + new QLabel("You can load plugins by putting them into " +
formatRichNamedLink( formatRichNamedLink(
"file:///" + getIApp()->getPaths()->pluginsDirectory, "file:///" + getIApp()->getPaths().pluginsDirectory,
"the Plugins directory") + "the Plugins directory") +
". Each one is a new directory."); ". Each one is a new directory.");
description->setOpenExternalLinks(true); description->setOpenExternalLinks(true);