Skip to content

Commit

Permalink
fix toggle case
Browse files Browse the repository at this point in the history
  • Loading branch information
7174Andy committed Dec 17, 2024
1 parent dc19909 commit 11b6a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sleap/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,8 @@ 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("")

self.statusBar().showMessage(message)

Expand Down

0 comments on commit 11b6a3f

Please sign in to comment.