File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,17 +98,17 @@ struct SettingsTipCardView: View {
9898 }
9999}
100100
101- //struct AboutTipCardView: View {
102- // @AppStorage("aboutTipCardState", store: .standard) var aboutTipCardState: Bool = true
101+ // struct AboutTipCardView: View {
102+ // @AppStorage("aboutTipCardState", store: .standard) var aboutTipCardState: Bool = true
103103//
104- // var body: some View {
105- // TipCardView(
106- // infoText: NSLocalizedString(
107- // "i18n.app.about.app_hint_tooltip",
108- // value: "Here's where you can learn more about Scribe and its community.",
109- // comment: ""
110- // ),
111- // tipCardState: $aboutTipCardState
112- // )
113- // }
114- //}
104+ // var body: some View {
105+ // TipCardView(
106+ // infoText: NSLocalizedString(
107+ // "i18n.app.about.app_hint_tooltip",
108+ // value: "Here's where you can learn more about Scribe and its community.",
109+ // comment: ""
110+ // ),
111+ // tipCardState: $aboutTipCardState
112+ // )
113+ // }
114+ // }
You can’t perform that action at this time.
0 commit comments