Skip to content

Commit

Permalink
Fix a issue that shows a progress bar always
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongJun-Lee committed Oct 10, 2024
1 parent aeb0e21 commit 1e30272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu/interface/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,6 +1502,7 @@ def __init__(self, parent=None, mode="python"):
# Progress bar
self.progress_bar = QProgressBar()
self.addPermanentWidget(self.progress_bar)
self.progress_bar.setVisible(False)

# Mode selector.
self.mode_label = QLabel()
Expand Down

0 comments on commit 1e30272

Please sign in to comment.