Allow overriding exsisting backup rather than requiring new file each time

This commit is contained in:
RichyHBM 2019-11-02 11:48:04 +00:00
parent 70a194ca5c
commit a644eace4a

View file

@ -50,7 +50,7 @@ public class BackupHelper {
return Constants.BackupType.UNAVAILABLE;
}
if(!settings.getIsAppendingDateTimeToBackups() || settings.getBackupAsk()) {
if(settings.getBackupAsk()) {
return Constants.BackupType.UNAVAILABLE;
}