Skip to content

Commit 01394a3

Browse files
committed
re-enable hex dump viewer
1 parent 9c8149d commit 01394a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gui/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ void LoadDataDump(string path, bool isG1 = false)
525525
{
526526
try
527527
{
528-
//LoadDataDumpCore(path, isG1);
528+
LoadDataDumpCore(path, isG1);
529529
}
530530
catch (Exception ex)
531531
{

0 commit comments

Comments
 (0)