Add various informative alert-boxes
This commit is contained in:
@@ -146,6 +146,12 @@ class _SettingsRootPageState extends State<SettingsRootPage> {
|
||||
title: Text('Refresh messages on app resume'),
|
||||
onToggle: (value) => AppSettings().update((p) => p.alwaysBackgroundRefreshMessageListOnLifecycleResume = !p.alwaysBackgroundRefreshMessageListOnLifecycleResume),
|
||||
),
|
||||
SettingsTile.switchTile(
|
||||
initialValue: cfg.showInfoAlerts,
|
||||
leading: Icon(FontAwesomeIcons.solidCircleInfo),
|
||||
title: Text('Show various helpful info boxes'),
|
||||
onToggle: (value) => AppSettings().update((p) => p.showInfoAlerts = !p.showInfoAlerts),
|
||||
),
|
||||
],
|
||||
),
|
||||
SettingsSection(
|
||||
|
||||
Reference in New Issue
Block a user