mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
Import/Export GUI
This commit is contained in:
committed by
Michal Horejsek
parent
1c10cc5065
commit
7e5e3d3dd4
@ -198,7 +198,7 @@ func (p *Progress) callWrap(callback func() error) {
|
||||
break
|
||||
}
|
||||
|
||||
p.Pause(err.Error())
|
||||
p.Pause("paused due to " + err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
@ -333,3 +333,11 @@ func (p *Progress) GenerateBugReport() []byte {
|
||||
}
|
||||
return bugReport.getData()
|
||||
}
|
||||
|
||||
func (p *Progress) FileReport() (path string) {
|
||||
if r := p.fileReport; r != nil {
|
||||
path = r.path
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user