mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 07:38:58 +08:00
virtual file system preliminary implementation.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace GARbro.GUI
|
||||
}
|
||||
try
|
||||
{
|
||||
Directory.SetCurrentDirectory (ViewModel.Path);
|
||||
Directory.SetCurrentDirectory (ViewModel.Path.First());
|
||||
var converter = new GarConvertMedia (this);
|
||||
converter.IgnoreErrors = convert_dialog.IgnoreErrors.IsChecked ?? false;
|
||||
converter.Convert (source, format);
|
||||
|
||||
Reference in New Issue
Block a user