Parallelize post-liberation tasks
This commit is contained in:
parent
b9c2a1cce3
commit
abdf0e7261
2 changed files with 43 additions and 37 deletions
|
|
@ -9,10 +9,12 @@ namespace LibationFileManager
|
|||
{
|
||||
public static class WindowsDirectory
|
||||
{
|
||||
|
||||
public static void SetCoverAsFolderIcon(string pictureId, string directory)
|
||||
{
|
||||
try
|
||||
{
|
||||
//Currently only works for Windows and macOS
|
||||
if (!Configuration.Instance.UseCoverAsFolderIcon || Configuration.IsLinux)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue