Skip to content

Commit

Permalink
Tweak researchermodel (TBS)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Jun 27, 2022
1 parent e97b181 commit 5d9cb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/researcher/researchermodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ std::vector<ProjectRow> ResearcherModel::buildProjectTable(bool extended) const
}

ProjectRow row;
row.m_gdpr_controls = project.HasGDPRControls();
row.m_whitelisted = true;
row.m_name = QString::fromStdString(project.DisplayName()).toLower();
row.m_magnitude = 0.0;
Expand Down

0 comments on commit 5d9cb99

Please sign in to comment.