Skip to content

Commit

Permalink
ch
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dent committed Feb 19, 2024
1 parent 3f01851 commit f897c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StreamDeckSimulator/StreamDeckSimulator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class StreamDeckSimulator {
private var lastSimulatorCenter: CGPoint?
private var lastSimulatorSize: CGFloat?
private var lastSelectedProduct: StreamDeckProduct?

private var activeScene: UIWindowScene? {
let windowScene = UIApplication.shared.connectedScenes as? Set<UIWindowScene>
return windowScene?.first { $0.activationState == .foregroundActive }
Expand Down

0 comments on commit f897c1d

Please sign in to comment.