1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Merge branch 'development' into feature/avalonia

This commit is contained in:
Robert 2022-07-15 22:01:21 +02:00
commit e3907e6a76
3 changed files with 4 additions and 3 deletions

View File

@ -314,7 +314,7 @@ public abstract class RenderProfileElement : ProfileElement
int index = 0;
foreach (BaseLayerEffect baseLayerEffect in LayerEffects.OrderBy(e => e.Order))
{
baseLayerEffect.Order = Order = index + 1;
baseLayerEffect.Order = index + 1;
index++;
}
@ -393,4 +393,4 @@ public abstract class RenderProfileElement : ProfileElement
}
#endregion
}
}

View File

@ -5,6 +5,7 @@ using System.Linq;
using System.Reactive;
using System.Reflection;
using System.Text;
using System.Windows;
using Artemis.Core;
using Artemis.Core.Modules;
using Artemis.UI.Shared.Services;

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>