Make app store happy

This commit is contained in:
世界
2023-07-23 08:49:47 +08:00
parent 251f441a25
commit 8a5c1a80d1
3 changed files with 38 additions and 32 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ struct MenuView: View {
MenuCommand {
NSApp.terminate(nil)
} label: {
Text("Exit")
Text("Quit")
}
}
}