Go straight to the playback screen after 'play now'

custom
jacqueline 2 years ago
parent bb91724b94
commit 2eb7eaa2a6
  1. 1
      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();

Loading…
Cancel
Save