Merge pull request #978 from muchtall/allow-UseCoverAsFolderIcon-on-linux
Allow Non-Windows installations to populate Windows folder artwork
This commit is contained in:
commit
303192c6c3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace LibationFileManager
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
//Currently only works for Windows and macOS
|
//Currently only works for Windows and macOS
|
||||||
if (!Configuration.Instance.UseCoverAsFolderIcon || Configuration.IsLinux)
|
if (!Configuration.Instance.UseCoverAsFolderIcon)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// get path of cover art in Images dir. Download first if not exists
|
// get path of cover art in Images dir. Download first if not exists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue