Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Livinglist committed Jul 19, 2024
1 parent febf988 commit 1ae9af8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/screens/profile/widgets/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,12 @@ class _SettingsState extends State<Settings> with ItemActionMixin {
),
onTap: showClearCacheDialog,
),
if(preferenceState.isDevModeEnabled)
if (preferenceState.isDevModeEnabled)
ListTile(
title: const Text(
'Logs',
),
onTap: (){

},
onTap: () {},
),
ListTile(
title: const Text('About'),
Expand Down

0 comments on commit 1ae9af8

Please sign in to comment.