1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-01 18:23:32 +00:00

Slight folder performance tweak

This commit is contained in:
SpoinkyNL 2020-06-18 19:55:59 +02:00
parent 7a50249335
commit e0951ca0f5

View File

@ -78,10 +78,7 @@ namespace Artemis.Core.Models.Profile
public override void Render(double deltaTime, SKCanvas canvas, SKImageInfo canvasInfo) public override void Render(double deltaTime, SKCanvas canvas, SKImageInfo canvasInfo)
{ {
if (!Enabled) if (!Enabled || Path == null || !Children.Any(c => c.Enabled))
return;
if (Path == null)
return; return;
if (_folderBitmap == null) if (_folderBitmap == null)