Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(settings): apply toxcore settings for encrypted profiles
Browse files Browse the repository at this point in the history
Fix #5682
  • Loading branch information
anthonybilinski committed May 24, 2019
1 parent 22362d2 commit 74828c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistence/profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 74828c9

Please sign in to comment.