Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
PyFlat-JR committed Aug 14, 2024
1 parent 49abb56 commit b20aa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SettingsScreenState extends State<SettingsScreen> {
@override
void initState() {
super.initState();
_loadPreset(3);
_loadPreset(2);
}

void _loadPreset(int presetId) {
Expand Down

0 comments on commit b20aa93

Please sign in to comment.