Added back the FIXME comment

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-11-23 11:59:35 +02:00
parent 03a27d5b5a
commit 6169af70db
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -489,6 +489,7 @@ void FlameManagedPackPage::parseManagedPack()
QString FlameManagedPackPage::url() const
{
// FIXME: We should display the websiteUrl field, but this requires doing the API request first :(
return "https://www.curseforge.com/projects/" + m_inst->getManagedPackID();
}