mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-11 19:35:38 -05:00
Merge branch 'dev' of https://github.com/huderlem/porymap into metatile-layers
This commit is contained in:
@@ -2908,6 +2908,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);
|
||||
|
||||
Reference in New Issue
Block a user