mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-19 06:59:10 +00:00
Fix annoying singleton warning
This commit is contained in:
parent
51dbc3f246
commit
bef1d36aa4
@ -27,5 +27,7 @@ import Combine
|
||||
import Foundation
|
||||
|
||||
public enum ImporterPipe {
|
||||
|
||||
@MainActor
|
||||
public static let shared = PassthroughSubject<[URL], Never>()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user