mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 16:00:41 +00:00
moved timer list tile to the top of the section
This commit is contained in:
parent
8b9cd0dd19
commit
9905d4e02a
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue