Skip to content

Commit

Permalink
chore: mark AREnableLongPressOnArtworkCards as readyForRelease (#9118)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis authored Aug 3, 2023
1 parent 2effae8 commit 370b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const features: { [key: string]: FeatureDescriptor } = {
},
AREnableLongPressOnArtworkCards: {
description: "Enable Context Menu on artwork cards",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "AREnableLongPressOnArtworkCards",
},
Expand Down

0 comments on commit 370b8ca

Please sign in to comment.