We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1d550 commit d527cd2Copy full SHA for d527cd2
1 file changed
lara/views/ContentView.swift
@@ -14,6 +14,7 @@ struct ContentView: View {
14
@State private var pid: pid_t = getpid()
15
@State private var hasoffsets = haskernproc()
16
@State private var showsettings = false
17
+ @AppStorage("betafeatures") private var betafeatures: Bool = false
18
19
var body: some View {
20
NavigationStack {
0 commit comments