Skip to content

Commit

Permalink
Remove 'beta' label on activity panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Oct 21, 2023
1 parent 7b739f6 commit 0faa069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nion/swift/ActivityPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def activity_changed(key: str, value: Activity.Activity, index: int) -> None:

u = Declarative.DeclarativeUI()
self.ui_view = u.create_column(
u.create_label(text=_("** Activity Panel is Beta **"), color="darkred", font="bold"),
u.create_stack(
u.create_column(
u.create_label(text=_("No activities.")),
Expand Down

0 comments on commit 0faa069

Please sign in to comment.