Skip to content

Commit

Permalink
Merge pull request #355 from matt-auckland/cfund-gui-fix
Browse files Browse the repository at this point in the history
Cfund new propoal alert toolbar [X] button fix
  • Loading branch information
matt-auckland committed Dec 11, 2018
2 parents a078506 + d87d0b4 commit 5a15433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/navcoingui.cpp
Expand Up @@ -1835,6 +1835,8 @@ void NavCoinGUI::updateStakingStatus()
msgbox.setCheckBox(cb);
QAbstractButton* pButtonInfo = msgbox.addButton(tr("Read about the Community Fund"), QMessageBox::YesRole);
QAbstractButton* pButtonOpen = msgbox.addButton(tr("Open Voting Window"), QMessageBox::YesRole);
QAbstractButton* pButtonClose = msgbox.addButton(tr("Close"), QMessageBox::RejectRole);
pButtonClose->setVisible(false);
this->lastDialogShown = GetTimeNow();

msgbox.exec();
Expand Down

0 comments on commit 5a15433

Please sign in to comment.