From 2add65a671d9c3aede34506f46ec338c6cafa83c Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Wed, 12 Jun 2024 21:24:24 +0800 Subject: [PATCH] Fix changelog padding --- app/lib/widget/changelog/changelog_660.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/widget/changelog/changelog_660.dart b/app/lib/widget/changelog/changelog_660.dart index a9bc634a..fcc58533 100644 --- a/app/lib/widget/changelog/changelog_660.dart +++ b/app/lib/widget/changelog/changelog_660.dart @@ -12,6 +12,7 @@ class _Changelog660 extends StatelessWidget { _subSectionHighlight("CRITICAL"), _bulletGroup(const Text("Android 5.0 is no longer supported")), _bulletGroup(const Text("Sort by name is no longer supported in the new photos timeline, please contact me if you wish to downgrade")), + _sectionPadding(), _subSection("Changes"), _bulletGroup(const Text("Drastically improve performance when dealing with large amount of photos")), _bulletGroup(const Text("Rewrite photos timeline and files handling from scratch for better performance")),