From d038ae84829de6ee452612670a6545cd3c9285fb Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Mon, 28 Oct 2024 18:37:15 +0100 Subject: [PATCH] Remove call to wantsAccountSaved when clearing the cookies. The cookies are cleared when an account is removed, this call was bringing back the deleted account. Signed-off-by: Camila Ayres --- src/libsync/account.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libsync/account.cpp b/src/libsync/account.cpp index 401e22ae9..16a5263c2 100644 --- a/src/libsync/account.cpp +++ b/src/libsync/account.cpp @@ -361,7 +361,6 @@ void Account::clearCookieJar() auto jar = qobject_cast(_am->cookieJar()); ASSERT(jar); jar->setAllCookies(QList()); - emit wantsAccountSaved(this); } /*! This shares our official cookie jar (containing all the tasty -- 2.30.2