Skip to content

Commit

Permalink
Update settings_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
khederkasem committed Nov 9, 2023
1 parent 9621f91 commit 2510062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flutter/lib/mobile/pages/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class SettingsPage extends StatefulWidget implements PageShape {
@override
final icon = Icon(Icons.settings);

// @override
// final appBarActions = [ScanButton()];
@override
final appBarActions = [ScanButton()];

@override
State<SettingsPage> createState() => _SettingsState();
Expand Down

0 comments on commit 2510062

Please sign in to comment.