chore: more logs and feedback

This commit is contained in:
Alex
2025-08-29 16:17:08 -05:00
parent f5954f4c9b
commit f3af54c6c9
8 changed files with 112 additions and 25 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ enum StoreKey<T> {
betaPromptShown<bool>._(1001),
betaTimeline<bool>._(1002),
enableBackup<bool>._(1003),
useWifiForUploadVideos<bool>._(1004),
useWifiForUploadPhotos<bool>._(1005);
useCellularForUploadVideos<bool>._(1004),
useCellularForUploadPhotos<bool>._(1005);
const StoreKey._(this.id);
final int id;