|
@@ -6,6 +6,7 @@ import 'package:photos/core/configuration.dart';
|
|
|
import 'package:photos/services/ignored_files_service.dart';
|
|
|
import 'package:photos/services/local_sync_service.dart';
|
|
|
import 'package:photos/services/sync_service.dart';
|
|
|
+import 'package:photos/services/update_service.dart';
|
|
|
import 'package:photos/theme/ente_theme.dart';
|
|
|
import 'package:photos/ui/components/captioned_text_widget.dart';
|
|
|
import 'package:photos/ui/components/expandable_menu_item_widget.dart';
|
|
@@ -37,6 +38,7 @@ class DebugSectionWidget extends StatelessWidget {
|
|
|
trailingIcon: Icons.chevron_right_outlined,
|
|
|
trailingIconIsMuted: true,
|
|
|
onTap: () async {
|
|
|
+ await UpdateService.instance.resetChangeLog();
|
|
|
_showKeyAttributesDialog(context);
|
|
|
},
|
|
|
),
|