mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixed minidump
This commit is contained in:
parent
a32d18d962
commit
41185e871c
3 changed files with 7 additions and 6 deletions
|
@ -875,12 +875,12 @@ namespace IDE
|
|||
public void DoOpenCrashDump()
|
||||
{
|
||||
#if !CLI
|
||||
/*if (mDeferredOpenFileName != null)
|
||||
if (mDeferredOpenFileName != null)
|
||||
{
|
||||
|
||||
OpenCrashDump(mDeferredOpenFileName);
|
||||
DeleteAndNullify!(mDeferredOpenFileName);
|
||||
return;
|
||||
}*/
|
||||
}
|
||||
|
||||
var fileDialog = scope OpenFileDialog();
|
||||
fileDialog.Title = "Open Crash Dump";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue