GODT-1051: Factory reset button

This commit is contained in:
Jakub
2021-09-13 10:57:36 +02:00
parent e0d07d67a0
commit f65e050588

View File

@ -117,7 +117,7 @@ func (f *FrontendQt) configureAppleMail(userID, address string) {
func (f *FrontendQt) triggerReset() { func (f *FrontendQt) triggerReset() {
defer f.qml.ResetFinished() defer f.qml.ResetFinished()
//TODO f.bridge.FactoryReset()
f.restart() f.restart()
} }