Skip to content

Commit

Permalink
Fix Show Post Author icon
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed Jul 24, 2023
1 parent 89e185d commit d5c0e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/settings/pages/general_settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ class _GeneralSettingsPageState extends State<GeneralSettingsPage> with SingleTi
ToggleOption(
description: LocalSettings.showPostAuthor.label,
value: showPostAuthor,
iconEnabled: Icons.person,
iconDisabled: Icons.person,
iconEnabled: Icons.person_rounded,
iconDisabled: Icons.person_off_rounded,
onToggle: (bool value) => setPreferences(LocalSettings.showPostAuthor, value),
),
],
Expand Down

0 comments on commit d5c0e36

Please sign in to comment.