Skip to content

Commit

Permalink
Change scene launch notification to match scene select
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jan 30, 2024
1 parent 916c5bc commit e42b6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control_surface/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Recording(DefaultNotifications.Recording):
new = _action_texts["new"]

class Scene(DefaultNotifications.Scene):
launch = partial(_scene_notification, prefix="]")
launch = partial(_scene_notification, prefix="#")
select = partial(_scene_notification, prefix="#")

class SessionNavigation:
Expand Down

0 comments on commit e42b6e6

Please sign in to comment.