Save the online id to show it in the backup manager.

This commit is contained in:
codestation
2013-08-29 12:51:42 -04:30
parent e44c3bca28
commit 49f795f1f5
3 changed files with 5 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ void BackupManagerForm::setupForm()
ui->tableWidget->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
ui->tableWidget->horizontalHeader()->hide();
// the the account name when vitamtp returns this value
ui->accountBox->addItem(QSettings().value("lastAccountId", tr("Default account")).toString());
ui->accountBox->addItem(QSettings().value("lastOnlineId", tr("Default account")).toString());
}
void BackupManagerForm::removeEntry(BackupItem *item)