Allow overriding exsisting backup rather than requiring new file each time
This commit is contained in:
parent
70a194ca5c
commit
a644eace4a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class BackupHelper {
|
|||
return Constants.BackupType.UNAVAILABLE;
|
||||
}
|
||||
|
||||
if(!settings.getIsAppendingDateTimeToBackups() || settings.getBackupAsk()) {
|
||||
if(settings.getBackupAsk()) {
|
||||
return Constants.BackupType.UNAVAILABLE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue