Skip to content

Commit

Permalink
Merge pull request mixxxdj#2158 from uklotzde/qtkeychain_warning
Browse files Browse the repository at this point in the history
Default settings: Store broadcast credentials as plain text
  • Loading branch information
daschuer authored Jun 15, 2019
2 parents 562a599 + 1ccc5ab commit 1710d69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/preferences/broadcastprofile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,7 @@ void BroadcastProfile::copyValuesTo(BroadcastProfilePtr other) {
}

void BroadcastProfile::adoptDefaultValues() {
#ifdef __QTKEYCHAIN__
m_secureCredentials = true;
#else
m_secureCredentials = false;
#endif
m_enabled = false;

m_host = QString();
Expand Down

0 comments on commit 1710d69

Please sign in to comment.