mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 23:56:05 +02:00
IDE file recovery
This commit is contained in:
parent
1b171d5b20
commit
b975acb711
6 changed files with 331 additions and 2 deletions
|
@ -515,6 +515,12 @@ namespace IDE.ui
|
|||
mSourceViewPanel.mLockFlashPct = 0.00001f;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (mSourceViewPanel != null)
|
||||
{
|
||||
mSourceViewPanel.CheckSavedContents();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
if (mSourceViewPanel != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue