forked from Silverfish/proton-bridge
feat(GODT-2772): converted setup wizard help link to button with context menu.
This commit is contained in:
@ -216,21 +216,6 @@ Item {
|
||||
wizard: root
|
||||
}
|
||||
}
|
||||
LinkLabel {
|
||||
id: reportProblemLink
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: 48
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
colorScheme: root.colorScheme
|
||||
horizontalAlignment: Text.AlignRight
|
||||
text: link("#", qsTr("Report problem"))
|
||||
width: 444
|
||||
|
||||
onLinkActivated: {
|
||||
closeWizard();
|
||||
showBugReport();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -242,5 +227,8 @@ Item {
|
||||
wizard: root
|
||||
}
|
||||
}
|
||||
HelpButton {
|
||||
wizard: root
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user