Skip to content

Commit d50f42d

Browse files
author
Aytackydln
committed
fix screen capture objects initializing with profile saves
1 parent 4610478 commit d50f42d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ private readonly (Size size, Bitmap bitmap)[] _screenBitmaps =
237237
private readonly Stopwatch _captureStopwatch = new();
238238
private DateTime _lastProcessDetectTry = DateTime.UtcNow;
239239

240+
[JsonIgnore]
240241
public IEnumerable<string> Displays => _screenCapture.Value.GetDisplays();
241242

242243
public AmbilightLayerHandler() : base("Ambilight Layer")

0 commit comments

Comments
 (0)