mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
disabled SystemOpen call on unrecognized files.
This commit is contained in:
parent
43406ffd66
commit
8e2fefb51c
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user