feat(GODT-2792): Implement display of question set for bug report.

This commit is contained in:
Romain LE JEUNE
2023-07-24 16:16:44 +02:00
committed by Romain Le Jeune
parent f0e2688a8e
commit 80add80be2
11 changed files with 545 additions and 13 deletions

View File

@ -35,9 +35,6 @@ ApplicationWindow {
root.requestActivate();
}
}
function showBugReportAndPrefill(message) {
contentWrapper.showBugReportAndPrefill(message);
}
function showHelp() {
contentWrapper.showHelp();
}