Skip to content

Commit

Permalink
Handle extra qt install screen
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellMorgenstern committed Oct 16, 2019
1 parent cc06f97 commit 8f47c89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/qt_installer_noninteractive.qs
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@ Controller.prototype.FinishedPageCallback = function() {
}
gui.clickButton(buttons.FinishButton);
}

Controller.prototype.DynamicTelemetryPluginFormCallback = function() {
var widget = gui.currentPageWidget();
widget.TelemetryPluginForm.statisticGroupBox.disableStatisticRadioButton.checked = true;
gui.clickButton(buttons.NextButton);
}

0 comments on commit 8f47c89

Please sign in to comment.