Skip to content

Commit

Permalink
Cherry-pick e812b5b turn on subfolder and fab flag
Browse files Browse the repository at this point in the history
release/v10.1
  • Loading branch information
Joe7550 committed Nov 2, 2023
1 parent bcd3388 commit 96a9358
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ enum class AppFeatures(override val description: String, private val defaultValu
*/
SubFolderMediaDiscoverySetting(
"Enables subfolder media discovery setting",
false,
true,
),

/**
* Enables new media discovery fab
*/
NewMediaDiscoveryFab(
"Enables new media discovery fab",
false,
true,
),

/**
Expand Down

0 comments on commit 96a9358

Please sign in to comment.