mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Delete temporary files
This commit is contained in:
parent
4c712f6fcc
commit
62a5dd784d
1 changed files with 4 additions and 0 deletions
|
|
@ -136,6 +136,10 @@ public abstract class ChromiumBookmarkLoader : IBookmarkLoader
|
|||
Main._context.API.LogException(ClassName, $"Failed to copy favicon DB: {dbPath}", ex);
|
||||
return;
|
||||
}
|
||||
finally
|
||||
{
|
||||
File.Delete(tempDbPath);
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue