diff --git a/internal/frontend/qt/frontend_settings.go b/internal/frontend/qt/frontend_settings.go index 1b335659..82a80233 100644 --- a/internal/frontend/qt/frontend_settings.go +++ b/internal/frontend/qt/frontend_settings.go @@ -117,7 +117,7 @@ func (f *FrontendQt) configureAppleMail(userID, address string) { func (f *FrontendQt) triggerReset() { defer f.qml.ResetFinished() - //TODO + f.bridge.FactoryReset() f.restart() }