Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
cezres committed Feb 13, 2024
1 parent 62fffab commit 0e1ce6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ class _MyHomePageState extends State<MyHomePage> {
appBar: AppBar(
title: const Text("Task Manager Example"),
centerTitle: true,
actions: [
IconButton.outlined(
onPressed: _showMaxConcurrenciesDialog,
icon: const Icon(Icons.settings),
),
const SizedBox(width: 24)
],
// actions: [
// IconButton.outlined(
// onPressed: _showMaxConcurrenciesDialog,
// icon: const Icon(Icons.settings),
// ),
// const SizedBox(width: 24)
// ],
),
body: TaskManagerView(worker: worker),
floatingActionButton: FloatingActionButton(
Expand Down

0 comments on commit 0e1ce6d

Please sign in to comment.