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
+1 -2
View File
@@ -81,8 +81,7 @@ enum StoreKey<T> {
useWifiForUploadPhotos<bool>._(1005),
needBetaMigration<bool>._(1006),
// TODO: Remove this after patching open-api
shouldResetSync<bool>._(1007),
betaActivitiesStyle<bool>._(1008);
shouldResetSync<bool>._(1007);
const StoreKey._(this.id);
final int id;