moved timer list tile to the top of the section

This commit is contained in:
Vadim 2024-05-07 20:40:26 +02:00
parent 8b9cd0dd19
commit 9905d4e02a

View file

@ -17,9 +17,9 @@ class GeneralSettingsSection extends StatelessWidget {
return SettingsSection( return SettingsSection(
title: S.of(context).general, title: S.of(context).general,
children: [ children: [
const TimerListTileProvider(),
const CaffeineListTileProvider(), const CaffeineListTileProvider(),
const HapticsListTileProvider(), const HapticsListTileProvider(),
const TimerListTileProvider(),
if (Platform.isAndroid) const VolumeActionsListTileProvider(), if (Platform.isAndroid) const VolumeActionsListTileProvider(),
const LanguageListTile(), const LanguageListTile(),
], ],