mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-13 13:05:23 -05:00
Output path fixes.
This commit is contained in:
@@ -175,7 +175,7 @@ void TitleOptionState::change_output_directory()
|
||||
const fslib::Path newPath = workDir / pathBuffer.data();
|
||||
const bool oldExists = fslib::directory_exists(oldPath);
|
||||
const bool renameFailed = oldExists && error::fslib(fslib::rename_directory(oldPath, newPath));
|
||||
if (!autoUpload && (!oldExists || renameFailed)) { ui::PopMessageManager::push_message(popTicks, popFailed); }
|
||||
if (oldExists && renameFailed) { ui::PopMessageManager::push_message(popTicks, popFailed); }
|
||||
|
||||
// Need to change WebDav to match.
|
||||
remote::Storage *remote = remote::get_remote_storage();
|
||||
|
||||
Reference in New Issue
Block a user