diff --git a/src/gui/remotewipe.cpp b/src/gui/remotewipe.cpp index 6613443dec5e0..dc97181beef47 100644 --- a/src/gui/remotewipe.cpp +++ b/src/gui/remotewipe.cpp @@ -27,6 +27,10 @@ RemoteWipe::RemoteWipe(AccountPtr account, QObject *parent) return; } + if (!_account->isRemoteWipeRequested_HACK()) { + return; + } + notifyServerSuccess(); });