Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Apr 7, 2024
1 parent d1c5ff9 commit 5996cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings/logic/get_setting_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ List<Widget> getSettingWidgets(
double animationSpeed = appSettings
.getGroup("General")
.getGroup("Animations")
.getSetting("AnimationSpeed")
.getSetting("Animation Speed")
.value;

List<Widget> widgets = [];
Expand Down

0 comments on commit 5996cd0

Please sign in to comment.