mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
remove subdomain within subdomain for accounts (still doesnt have a real help page)
DCO Remediation Commit for Hung Pham <hnpham02@gmail.com>
I, Hung Pham <hnpham02@gmail.com>, hereby add my Signed-off-by to this commit: 107ec0f721
Signed-off-by: Hung Pham <hnpham02@gmail.com>
This commit is contained in:
parent
107ec0f721
commit
3dc8d11b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class AccountListPage : public QMainWindow, public BasePage {
|
|||
}
|
||||
QString id() const override { return "accounts"; }
|
||||
/// Wiki is missing a page for accounts.
|
||||
QString helpPage() const override { return "getting-started/adding-an-account"; }
|
||||
QString helpPage() const override { return "adding-an-account"; }
|
||||
void retranslate() override;
|
||||
|
||||
public slots:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue