Remove version update from importCPAP

This commit is contained in:
Phil Olynyk 2020-02-16 21:33:01 -05:00
parent 3df1ba50df
commit bd4918dc30

View File

@ -566,10 +566,11 @@ void Profile::DataFormatError(Machine *m)
// Note: I deliberately haven't added a Profile help for this // Note: I deliberately haven't added a Profile help for this
if (backups) { if (backups) {
MachineLoader * loader = lookupLoader(m); MachineLoader * loader = lookupLoader(m);
int c = mainwin->importCPAP(ImportPath(m->getBackupPath(), loader), /* int c = */
QObject::tr("Rebuilding from %1 Backup").arg(m->brand())); mainwin->importCPAP(ImportPath(m->getBackupPath(), loader),
if ( c > 0 ) QObject::tr("Rebuilding from %1 Backup").arg(m->brand()));
m->info.version = loader->Version(); // if ( c > 0 )
// m->info.version = loader->Version();
} else { } else {
if (!p_profile->session->backupCardData()) { if (!p_profile->session->backupCardData()) {
// Automatic backups not available for Intellipap users yet, so don't taunt them.. // Automatic backups not available for Intellipap users yet, so don't taunt them..