Skip to content

Commit

Permalink
change permission for multiple windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbobman committed Apr 16, 2023
1 parent c47d6f7 commit d9ff87b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import SwiftUI
public final class ContainerManager: ContainerManagerLogger {
var publishers: [String: ContainerViewPublisher] = [:]

private init(logger: SwiftUIOverlayContainerLoggerProtocol? = nil, debugLevel: Int = 0) {
public init(logger: SwiftUIOverlayContainerLoggerProtocol? = nil, debugLevel: Int = 0) {
if logger == nil {
self.logger = SwiftUIOverlayContainerDefaultLogger()
}
Expand Down

0 comments on commit d9ff87b

Please sign in to comment.