We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d64eaa commit 00e12fbCopy full SHA for 00e12fb
Memento/Other/Settings.bundle/Root.plist
@@ -30,7 +30,7 @@
30
<key>Key</key>
31
<string>autoViewedOnOpen</string>
32
<key>DefaultValue</key>
33
- <string>notes</string>
+ <string>onlyNotes</string>
34
<key>Titles</key>
35
<array>
36
<string>Any Item that Contains Notes</string>
Memento/Views/DetailView.swift
@@ -18,6 +18,7 @@ struct DetailView: View {
18
@AppStorage("autoViewedOnOpen") var autoViewedOnOpen: String?
19
20
var item: Item
21
+
22
@Binding var selectedItem: Item?
23
var body: some View {
24
NavigationStack {
0 commit comments