fix a few missing help pages

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-07-16 14:06:26 +03:00
parent 84263cd94c
commit 6d425717e9
8 changed files with 11 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ class AccountListPage : public QMainWindow, public BasePage {
return icon;
}
QString id() const override { return "accounts"; }
QString helpPage() const override { return "Getting-Started#adding-an-account"; }
QString helpPage() const override { return "/getting-started/adding-an-account"; }
void retranslate() override;
public slots: