Change "Reload From Server" File menu item to read "Refresh Posts"

This commit is contained in:
Angelo Stavrow 2020-12-01 11:24:55 -05:00
parent 43088fdc44
commit eff423f79e
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -30,7 +30,7 @@ struct WriteFreely_MultiPlatformApp: App {
.keyboardShortcut("n", modifiers: [.command])
})
CommandGroup(after: .newItem) {
Button("Reload From Server") {
Button("Refresh Posts") {
DispatchQueue.main.async {
model.fetchUserCollections()
model.fetchUserPosts()