mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 05:32:47 +00:00
出力固定フォルダの設定バグ修正
This commit is contained in:
parent
79d321544e
commit
3619a73619
@ -2529,5 +2529,10 @@ void DialogEvent::AppSetting(HWND hWnd, WPARAM wParam, LPARAM lParam, LPVOID lpD
|
||||
isOutputNoOverwrite = cAppSettingDialogEvent.isOutputNoOverwrite;
|
||||
tInputDirFix = cAppSettingDialogEvent.tInputDirFix;
|
||||
tOutputDirFix = cAppSettingDialogEvent.tOutputDirFix;
|
||||
|
||||
if (tOutputDirFix.length() > 0 && boost::filesystem::exists(tOutputDirFix))
|
||||
{
|
||||
output_dir = tOutputDirFix;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user