StandardDropdown: drop Qt 5.8 workaround

This commit is contained in:
xiphon
2020-05-01 12:22:49 +00:00
parent 7536e922e9
commit 4354a76df9
6 changed files with 4 additions and 33 deletions

View File

@@ -191,6 +191,7 @@ Rectangle {
MoneroComponents.StandardDropdown {
id: networkTypeDropdown
currentIndex: persistentSettings.nettype
dataModel: networkTypeModel
Layout.fillWidth: true
Layout.maximumWidth: 180
@@ -244,11 +245,6 @@ Rectangle {
}
}
Component.onCompleted: {
networkTypeDropdown.currentIndex = persistentSettings.nettype;
networkTypeDropdown.update();
}
function onPageCompleted(){
wizardController.walletOptionsIsRecoveringFromDevice = false;
}