Skip to content

Commit

Permalink
Remove progress bar on modal overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoerg committed Apr 26, 2021
1 parent 8f80092 commit 61fd8fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions src/qt/forms/modaloverlay.ui
Original file line number Diff line number Diff line change
Expand Up @@ -271,16 +271,6 @@ QLabel { color: rgb(40,40,40); }</string>
</property>
</widget>
</item>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="value">
<number>24</number>
</property>
<property name="format">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="0">
Expand Down
1 change: 0 additions & 1 deletion src/qt/modaloverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ void ModalOverlay::tipUpdate(int count, const QDateTime& blockDate, double nVeri

// show the percentage done according to nVerificationProgress
ui->percentageProgress->setText(QString::number(nVerificationProgress*100, 'f', 2)+"%");
ui->progressBar->setValue(nVerificationProgress*100);

if (!bestHeaderDate.isValid())
// not syncing
Expand Down

0 comments on commit 61fd8fe

Please sign in to comment.