Skip to content

Commit cc50ae0

Browse files
authored
Merge pull request CodeEditApp#407 from RayZhao1998/bugfix/update-recent-projects
Fix deletion in `Open Recent`
2 parents f1ac566 + a1099c3 commit cc50ae0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CodeEdit/Documents/CodeEditDocumentController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class CodeEditDocumentController: NSDocumentController {
3535
}
3636

3737
override func clearRecentDocuments(_ sender: Any?) {
38+
super.clearRecentDocuments(sender)
3839
UserDefaults.standard.set([], forKey: "recentProjectPaths")
3940
}
4041
}

CodeEdit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
</dict>
4646
</array>
4747
<key>GitHash</key>
48-
<string>3b0a1ba58b7ea56dc13f1c05abd12ce623dea5fb</string>
48+
<string>9de18385f89506ab505bd4c11317a1b93afe064f</string>
4949
</dict>
5050
</plist>

0 commit comments

Comments
 (0)