We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd791a0 commit ef47371Copy full SHA for ef47371
1 file changed
devdocs-macos/DocumentationWindows.swift
@@ -44,6 +44,10 @@ class DocumentationWindows: NSObject {
44
}
45
46
func restore() {
47
+ if !GeneralPreferences.shouldRestoreDocs() {
48
+ newWindow()
49
+ return
50
+ }
51
if let urls = Storage.getLocations() {
52
urls.filter { url -> Bool in
53
if let host = url.host {
0 commit comments