Add folder icon support to MacOS
This commit is contained in:
parent
cf9ec9facf
commit
b9c2a1cce3
10 changed files with 761 additions and 18 deletions
|
|
@ -13,7 +13,7 @@ namespace LibationFileManager
|
|||
{
|
||||
try
|
||||
{
|
||||
if (!Configuration.Instance.UseCoverAsFolderIcon || !Configuration.IsWindows)
|
||||
if (!Configuration.Instance.UseCoverAsFolderIcon || Configuration.IsLinux)
|
||||
return;
|
||||
|
||||
// get path of cover art in Images dir. Download first if not exists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue