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