1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-02 09:24:13 +01:00
parent 12bba9fe68
commit 85d3a7275b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -1355,6 +1355,7 @@ void Core::switchConfiguration(const QString& profile)
clearPassword(ptHistory);
toxTimer->stop();
Widget::getInstance()->setEnabled(false);
if (tox) {
toxav_kill(toxav);
toxav = nullptr;
@ -1372,6 +1373,7 @@ void Core::switchConfiguration(const QString& profile)
HistoryKeeper::getInstance()->resetInstance();
start();
Widget::getInstance()->setEnabled(true);
}
void Core::loadFriends()