Added project webpage in help section

This commit is contained in:
Marco Dalla Tiezza
2024-06-05 21:03:06 +02:00
parent ab8403c16e
commit c8fcb2c3e0
2 changed files with 187 additions and 181 deletions

View File

@@ -320,6 +320,11 @@ Window {
MenuSeparator {}
MenuItem {
text: "Project Homepage"
onClicked: {Qt.openUrlExternally('https://aresvalley.com/')}
}
MenuItem {
text: "Documentation"
onClicked: {Qt.openUrlExternally('https://AresValley.github.io/Artemis')}
@@ -447,7 +452,6 @@ Window {
}
}
}
}
}
}