1
0
Fork 0
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:
Brian Fiete 2022-03-02 10:33:48 -08:00
parent 13eee411a9
commit 4df1254743
3 changed files with 72 additions and 22 deletions

View file

@ -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;