diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-10-18 09:41:01 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-10-18 09:41:01 +1100 |
| commit | 2eb7eaa2a6a5d9ccfe7a0535858778dfb85997cb (patch) | |
| tree | a8fcbeb4a06988a28f682889772a34eb88869806 | |
| parent | bb91724b941e6366711515a544b09385fbb6fc3d (diff) | |
| download | tangara-fw-2eb7eaa2a6a5d9ccfe7a0535858778dfb85997cb.tar.gz | |
Go straight to the playback screen after 'play now'
| -rw-r--r-- | src/ui/modal_add_to_queue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/modal_add_to_queue.cpp b/src/ui/modal_add_to_queue.cpp index b84d8571..cc3a8d51 100644 --- a/src/ui/modal_add_to_queue.cpp +++ b/src/ui/modal_add_to_queue.cpp @@ -103,6 +103,7 @@ AddToQueue::AddToQueue(Screen* host, } } events::Ui().Dispatch(internal::ModalCancelPressed{}); + events::Ui().Dispatch(internal::ShowNowPlaying{}); }); bool has_queue = queue.GetCurrent().has_value(); |
