Skip to content

Commit

Permalink
remove bug for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
7174Andy committed Dec 17, 2024
1 parent 7dd41de commit dc19909
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sleap/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1339,8 +1339,6 @@ def updateStatusMessage(self, message: Optional[str] = None):
hide_key = self.shortcuts["show instances"].toString()
message += f" [Hidden] Press '{hide_key}' to toggle."
self.statusBar().setStyleSheet("color: red")
else:
self.statusBar().setStyleSheet("color: black")

self.statusBar().showMessage(message)

Expand Down

0 comments on commit dc19909

Please sign in to comment.