mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
22362d2940
commit
74828c92e5
|
@ -107,7 +107,7 @@ Profile::Profile(QString name, const QString& password, bool isNewProfile,
|
|||
Settings& s = Settings::getInstance();
|
||||
s.setCurrentProfile(name);
|
||||
s.saveGlobal();
|
||||
s.loadPersonal(name, passkey.get());
|
||||
s.loadPersonal(name, this->passkey.get());
|
||||
initCore(toxsave, s, isNewProfile);
|
||||
|
||||
const ToxId& selfId = core->getSelfId();
|
||||
|
|
Loading…
Reference in New Issue
Block a user