Skip to content

Commit

Permalink
Revert "Enable IBD progress bar"
Browse files Browse the repository at this point in the history
This reverts commit fcd5762.
  • Loading branch information
saltedlolly committed Dec 22, 2023
1 parent fcd5762 commit 1e22659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/digibytegui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ DigiByteGUI::DigiByteGUI(interfaces::Node& node, const PlatformStyle *_platformS

// Progress bar and label for blocks download
progressBarLabel = new QLabel();
progressBarLabel->setVisible(true);
progressBarLabel->setVisible(false);
progressBar = new GUIUtil::ProgressBar();
progressBar->setAlignment(Qt::AlignCenter);
progressBar->setVisible(true);
progressBar->setVisible(false);

// Override style sheet for progress bar for styles that have a segmented progress bar,
// as they make the text unreadable (workaround for issue #1071)
Expand Down

0 comments on commit 1e22659

Please sign in to comment.