account connect/disconnect now activate/deactivate, it's a bit less contraversial; async account password asking new concept

This commit is contained in:
Blue 2022-04-12 23:33:10 +03:00
parent 2c26c7e264
commit f64e5c2df0
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
13 changed files with 248 additions and 200 deletions

View file

@ -107,7 +107,7 @@ void DialogQueue::onPropmtRejected()
case none:
break;
case askPassword:
emit squawk->responsePassword(currentSource, prompt->textValue());
emit squawk->disconnectAccount(currentSource);
break;
}
actionDone();