mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
[Backport release-9.x] fix account help link (#3537)
This commit is contained in:
commit
be1a1baba4
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue