We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb502b commit ccf9224Copy full SHA for ccf9224
lib/pages/timeline/timeline_page.dart
@@ -449,7 +449,7 @@ class _TimelinePageState extends State<TimelinePage>
449
},
450
),
451
452
- floatingActionButton: FloatingActionButton.extended(
+ floatingActionButton: FloatingActionButton(
453
onPressed: () async {
454
KazumiDialog.showBottomSheet(
455
backgroundColor: Theme.of(context).colorScheme.surface,
@@ -475,8 +475,7 @@ class _TimelinePageState extends State<TimelinePage>
475
476
);
477
478
- icon: const Icon(Icons.sort),
479
- label: const Text("时间表设置"),
+ child: const Icon(Icons.tune),
480
481
body: Observer(builder: (context) {
482
if (timelineController.isLoading &&
0 commit comments