refactor: use feature toggle

This commit is contained in:
idubnori
2025-10-23 14:25:56 +09:00
parent 0ec00cf138
commit ff76370abb
5 changed files with 102 additions and 1 deletions
@@ -48,6 +48,7 @@ enum AppSettingsEnum<T> {
autoEndpointSwitching<bool>(StoreKey.autoEndpointSwitching, null, false),
photoManagerCustomFilter<bool>(StoreKey.photoManagerCustomFilter, null, true),
betaTimeline<bool>(StoreKey.betaTimeline, null, true),
betaActivitiesStyle<bool>(StoreKey.betaActivitiesStyle, null, false),
enableBackup<bool>(StoreKey.enableBackup, null, false),
useCellularForUploadVideos<bool>(StoreKey.useWifiForUploadVideos, null, false),
useCellularForUploadPhotos<bool>(StoreKey.useWifiForUploadPhotos, null, false),