Skip to content

Commit

Permalink
chore: make AREnableFramedFilter ready for release (#11466)
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri authored Jan 31, 2025
1 parent bc0a151 commit 7f2f7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,9 @@ export const features = {
},
AREnableFramedFilter: {
description: "Enable show only framed works filter",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "AREnableFramedFilter",
},
AREnableHidingDislikedArtworks: {
description: "Enable hiding disliked artworks",
Expand Down

0 comments on commit 7f2f7b3

Please sign in to comment.