|
@@ -77,6 +77,8 @@ class SettingsPage extends StatelessWidget {
|
|
|
contents.addAll([
|
|
|
const SecuritySectionWidget(),
|
|
|
sectionSpacing,
|
|
|
+ const GeneralSectionWidget(),
|
|
|
+ sectionSpacing,
|
|
|
]);
|
|
|
|
|
|
if (Platform.isAndroid || kDebugMode) {
|
|
@@ -91,8 +93,6 @@ class SettingsPage extends StatelessWidget {
|
|
|
sectionSpacing,
|
|
|
const SocialSectionWidget(),
|
|
|
sectionSpacing,
|
|
|
- const GeneralSectionWidget(),
|
|
|
- sectionSpacing,
|
|
|
const AboutSectionWidget(),
|
|
|
]);
|
|
|
|