fix a few missing help pages
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
84263cd94c
commit
6d425717e9
8 changed files with 11 additions and 5 deletions
|
@ -66,7 +66,7 @@ class Page : public QWidget, public BasePage {
|
|||
QString displayName() const override { return "FTB Legacy"; }
|
||||
QIcon icon() const override { return APPLICATION->getThemedIcon("ftb_logo"); }
|
||||
QString id() const override { return "legacy_ftb"; }
|
||||
QString helpPage() const override { return "FTB-platform"; }
|
||||
QString helpPage() const override { return "FTB-legacy"; }
|
||||
bool shouldDisplay() const override;
|
||||
void openedImpl() override;
|
||||
void retranslate() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue