Skip to content

Commit d527cd2

Browse files
authored
Add AppStorage for beta features toggle
1 parent 1f1d550 commit d527cd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lara/views/ContentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ struct ContentView: View {
1414
@State private var pid: pid_t = getpid()
1515
@State private var hasoffsets = haskernproc()
1616
@State private var showsettings = false
17+
@AppStorage("betafeatures") private var betafeatures: Bool = false
1718

1819
var body: some View {
1920
NavigationStack {

0 commit comments

Comments
 (0)