fix a few missing help pages
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class ImportFTBPage : public QWidget, public BasePage {
|
||||
QString displayName() const override { return tr("FTB App Import"); }
|
||||
QIcon icon() const override { return APPLICATION->getThemedIcon("ftb_logo"); }
|
||||
QString id() const override { return "import_ftb"; }
|
||||
QString helpPage() const override { return "FTB-platform"; }
|
||||
QString helpPage() const override { return "FTB-import"; }
|
||||
bool shouldDisplay() const override { return true; }
|
||||
void openedImpl() override;
|
||||
void retranslate() override;
|
||||
|
||||
Reference in New Issue
Block a user