Update bugreport link

This commit is contained in:
Jaime van Kessel 2020-09-07 10:47:52 +02:00
parent 349f3b7e11
commit 49c401590b
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -40,7 +40,7 @@ class CuraActions(QObject):
@pyqtSlot()
def openBugReportPage(self) -> None:
event = CallFunctionEvent(self._openUrl, [QUrl("https://github.com/Ultimaker/Cura/issues")], {})
event = CallFunctionEvent(self._openUrl, [QUrl("https://github.com/Ultimaker/Cura/issues/new/choose")], {})
cura.CuraApplication.CuraApplication.getInstance().functionEvent(event)
@pyqtSlot()