mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove dulplicated comments
This commit is contained in:
parent
8bb2b50a4c
commit
f717376a17
2 changed files with 0 additions and 2 deletions
|
|
@ -134,7 +134,6 @@ public abstract class ChromiumBookmarkLoader : IBookmarkLoader
|
|||
// Use a copy to avoid lock issues with the original file
|
||||
var tempDbPath = Path.Combine(_faviconCacheDir, $"tempfavicons_{Guid.NewGuid()}.db");
|
||||
|
||||
// Use a copy to avoid lock issues with the original file
|
||||
try
|
||||
{
|
||||
File.Copy(dbPath, tempDbPath, true);
|
||||
|
|
|
|||
|
|
@ -122,7 +122,6 @@ public abstract class FirefoxBookmarkLoaderBase : IBookmarkLoader
|
|||
// Use a copy to avoid lock issues with the original file
|
||||
var tempDbPath = Path.Combine(_faviconCacheDir, $"tempfavicons_{Guid.NewGuid()}.sqlite");
|
||||
|
||||
// Use a copy to avoid lock issues with the original file
|
||||
try
|
||||
{
|
||||
File.Copy(dbPath, tempDbPath, true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue