Fix profile changing when refreshing, fix crash when clicking on "new x" twice in a row

This commit is contained in:
Jonathan Jenne
2021-09-22 13:50:08 +02:00
parent 9c0c31e141
commit a97c3b8f41
4 changed files with 93 additions and 71 deletions

View File

@@ -2788,7 +2788,7 @@ Public Class frmIndex
Catch ex As Exception
MsgBox("Uncaught error while indexing: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, Text)
' Clear all temp files after indexing
' Clear all temp files in case of an error
Clear_Tempfiles()
EMAIL.Clear_TempFiles()
Finally