mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add isPresentingSettingsView flag to WriteFreelyModel for iOS
This commit is contained in:
parent
428fb6cd6f
commit
322e9e9af5
@ -11,6 +11,10 @@ class WriteFreelyModel: ObservableObject {
|
||||
@Published var isLoggingIn: Bool = false
|
||||
@Published var selectedPost: WFAPost?
|
||||
|
||||
#if os(iOS)
|
||||
@Published var isPresentingSettingsView: Bool = false
|
||||
#endif
|
||||
|
||||
private var client: WFClient?
|
||||
private let defaults = UserDefaults.standard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user