fix: remove toggle and the exisitng style based on review feedback

This commit is contained in:
idubnori
2025-10-23 23:35:03 +09:00
parent 27367ab2ff
commit 44cc637f2b
9 changed files with 144 additions and 282 deletions
@@ -48,7 +48,6 @@ 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),