Skip to content

Commit

Permalink
Better setting name for overwriteDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryQuantumSoul committed Jul 21, 2024
1 parent 6946f07 commit 246547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SettingsPage extends StatelessWidget {
settingsProvider.whitelist = newValue;
}),
SwitchSetting(
text: 'Overwrite existing files ',
text: 'Delete existing files ',
value: settingsProvider.overwriteDirs,
onChanged: (bool newValue) {
settingsProvider.overwriteDirs = newValue;
Expand Down

0 comments on commit 246547a

Please sign in to comment.