Add direct link to manual under Help

This commit is contained in:
GriffinR
2025-07-07 16:14:31 -04:00
parent 17e4cbfa30
commit 06b22e0c2e
4 changed files with 15 additions and 0 deletions

View File

@@ -2905,6 +2905,11 @@ void MainWindow::on_actionOpen_Config_Folder_triggered() {
QDesktopServices::openUrl(QUrl::fromLocalFile(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)));
}
void MainWindow::on_actionOpen_Manual_triggered() {
static const QUrl url("https://huderlem.github.io/porymap/");
QDesktopServices::openUrl(url);
}
void MainWindow::on_actionPreferences_triggered() {
if (!preferenceEditor) {
preferenceEditor = new PreferenceEditor(this);