mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
disabled SystemOpen call on unrecognized files.
This commit is contained in:
@@ -771,8 +771,8 @@ namespace GARbro.GUI
|
|||||||
vm = TryCreateViewModel (new_dir);
|
vm = TryCreateViewModel (new_dir);
|
||||||
if (null == vm)
|
if (null == vm)
|
||||||
{
|
{
|
||||||
if (entry.Type != "archive")
|
// if (entry.Type != "archive")
|
||||||
SystemOpen (new_dir);
|
// SystemOpen (new_dir);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
SaveCurrentPosition();
|
SaveCurrentPosition();
|
||||||
|
|||||||
Reference in New Issue
Block a user