fixed bell delay buttons and added option to new place

This commit is contained in:
Kima
2024-01-25 21:14:05 +01:00
parent 8d84b2c65f
commit a2cf76cb88
2 changed files with 44 additions and 7 deletions

View File

@@ -483,7 +483,8 @@ class _BellDelaySettingState extends State<BellDelaySetting>
return Column(
children: [
FilterBar(
scrollable: false,
scrollable: true,
tabAlignment: TabAlignment.center,
items: [
Tab(text: SettingsLocalization("delay").i18n),
Tab(text: SettingsLocalization("hurry").i18n),
@@ -525,7 +526,7 @@ class _BellDelaySettingState extends State<BellDelaySetting>
child: Column(
children: [
MaterialActionButton(
backgroundColor: AppColors.of(context).filc,
backgroundColor: Theme.of(context).colorScheme.primary,
child: Text(SettingsLocalization("sync").i18n),
onPressed: () {
final lessonProvider =