Band-aid fix for Auto-Backup

This commit is contained in:
J-D-K
2025-08-14 12:01:37 -04:00
parent 29e5dc66d2
commit 74892e169f
2 changed files with 1 additions and 1 deletions

View File

@@ -338,6 +338,7 @@ void BackupMenuState::confirm_restore()
remote::Item *target = m_remoteListing[entry.index];
const std::string query = stringutil::get_formatted_string(confirmTemplate, target->get_name().data());
m_dataStruct->remoteItem = target;
m_dataStruct->path = m_directoryPath + "//"; // To-do: This is a workaround.
ProgressConfirm::create_push_fade(query, holdRequired, tasks::backup::restore_backup_remote, m_dataStruct);
}