mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
GODT-1346: GODT-1340 GODT-1315 QML changes
GODT-1365: Create ComboBox component GODT-1338: GODT-1343 Help view buttons GODT-1340: Not crashing, user list updating in main thread. GODT-1345: adding panic handlers
This commit is contained in:
@ -28,7 +28,6 @@ Item {
|
||||
|
||||
property ColorScheme colorScheme
|
||||
property var backend
|
||||
|
||||
property var user
|
||||
property string address
|
||||
|
||||
@ -124,7 +123,9 @@ Item {
|
||||
console.log(" TODO configure ", model.name)
|
||||
return
|
||||
}
|
||||
root.user.configureAppleMail(root.address)
|
||||
if (user) {
|
||||
root.user.configureAppleMail(root.address)
|
||||
}
|
||||
root.dismissed()
|
||||
}
|
||||
}
|
||||
@ -139,7 +140,9 @@ Item {
|
||||
flat: true
|
||||
|
||||
onClicked: {
|
||||
user.setupGuideSeen = true
|
||||
if (user) {
|
||||
user.setupGuideSeen = true
|
||||
}
|
||||
root.dismissed()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user