mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add help URL constant to WriteFreelyModel
This commit is contained in:
parent
7fd7b43755
commit
0cbac1bdb5
@ -15,6 +15,8 @@ class WriteFreelyModel: ObservableObject {
|
||||
@Published var isPresentingSettingsView: Bool = false
|
||||
#endif
|
||||
|
||||
let helpURL = URL(string: "https://discuss.write.as/c/help/5")!
|
||||
|
||||
private var client: WFClient?
|
||||
private let defaults = UserDefaults.standard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user