Skip to content

Commit

Permalink
default save on device toggle to false on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Bakhle authored and Neil Bakhle committed Nov 20, 2021
1 parent 330190e commit 3b53f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacPassnger/GetMasterPasswordView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct GetMasterPasswordView: View {
let onGotPassword: (MasterPassword, String, Bool) -> ()
@State private var passwordText: String = ""
@State private var passwordError: String?
@State private var saveOnDevice: Bool = true
@State private var saveOnDevice: Bool = false

var body: some View {
SheetView(onCancel: { self.isPresented = false }, onSave: {
Expand Down

0 comments on commit 3b53f2f

Please sign in to comment.