mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Change "Reload From Server" File menu item to read "Refresh Posts"
This commit is contained in:
parent
43088fdc44
commit
eff423f79e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user