Remove PFL right click on BAPS Presenter
This commit is contained in:
parent
9e09ffe3bb
commit
c3e5f56090
1 changed files with 11 additions and 9 deletions
|
@ -249,6 +249,7 @@ const Showplanner: React.FC<{ timeslotId: number }> = function({ timeslotId }) {
|
||||||
>
|
>
|
||||||
<FaCircle /> Mark Played
|
<FaCircle /> Mark Played
|
||||||
</CtxMenuItem>
|
</CtxMenuItem>
|
||||||
|
{!process.env.REACT_APP_BAPSICLE_INTERFACE && (
|
||||||
<CtxMenuItem
|
<CtxMenuItem
|
||||||
onClick={(args) => {
|
onClick={(args) => {
|
||||||
dispatch(
|
dispatch(
|
||||||
|
@ -258,6 +259,7 @@ const Showplanner: React.FC<{ timeslotId: number }> = function({ timeslotId }) {
|
||||||
>
|
>
|
||||||
<FaHeadphonesAlt /> Preview with PFL
|
<FaHeadphonesAlt /> Preview with PFL
|
||||||
</CtxMenuItem>
|
</CtxMenuItem>
|
||||||
|
)}
|
||||||
<CtxMenuItem
|
<CtxMenuItem
|
||||||
onClick={(args) => {
|
onClick={(args) => {
|
||||||
if ("trackid" in (args.props as any)) {
|
if ("trackid" in (args.props as any)) {
|
||||||
|
|
Loading…
Reference in a new issue