mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 02:46:59 +03:00
fix account help link (#3529)
This commit is contained in:
commit
aa4c0a4dcc
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