mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 12:35:26 -05:00
Band-aid fix for Auto-Backup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user