Skip to content

Commit

Permalink
make LightEvent temporary again
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Jun 14, 2024
1 parent 22349d4 commit 86801e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project-Aurora/Project-Aurora/Profiles/LightEventConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
using AuroraRgb.Profiles.Generic;
using AuroraRgb.Settings;
using AuroraRgb.Settings.Layers;
using AuroraRgb.Utils;

namespace AuroraRgb.Profiles;

public class LightEventConfig : INotifyPropertyChanged
{
private readonly Lazy<LightEvent> _lightEvent;
private readonly Temporary<LightEvent> _lightEvent;
public string[] ProcessNames
{
get => _processNames;
Expand Down

0 comments on commit 86801e0

Please sign in to comment.