From f65e050588a55845be1eae6e03066c41f92ae34d Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 13 Sep 2021 10:57:36 +0200 Subject: [PATCH] GODT-1051: Factory reset button --- internal/frontend/qt/frontend_settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }