Skip to content

Commit

Permalink
Add settings tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Nov 3, 2024
1 parent 85b6f03 commit e74082c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class BottomBar extends StatelessWidget {
Row(
children: [
IconButton(
tooltip: 'Settings',
constraints:
const BoxConstraints.tightFor(width: 37, height: 37),
onPressed: () {
Expand Down

0 comments on commit e74082c

Please sign in to comment.