mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
Offer to close temp files after closing dump file
This commit is contained in:
parent
13eee411a9
commit
4df1254743
3 changed files with 72 additions and 22 deletions
|
@ -237,7 +237,7 @@ namespace IDE
|
|||
if (recoveryFileHash != indexRecoveryHash)
|
||||
continue;
|
||||
|
||||
var sourceViewPanel = gApp.ShowSourceFile(scope String(savedFilePath));
|
||||
var (sourceViewPanel, tabButton) = gApp.ShowSourceFile(scope String(savedFilePath));
|
||||
if (sourceViewPanel == null)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue