mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-31 17:53:32 +00:00
Slight folder performance tweak
This commit is contained in:
parent
7a50249335
commit
e0951ca0f5
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user