diff --git a/damus/Views/ConfigView.swift b/damus/Views/ConfigView.swift index eea1e059..88798102 100644 --- a/damus/Views/ConfigView.swift +++ b/damus/Views/ConfigView.swift @@ -102,12 +102,12 @@ struct ConfigView: View { .navigationTitle("Settings") .navigationBarTitleDisplayMode(.large) .alert("Logout", isPresented: $confirm_logout) { - Button("Logout") { - notify(.logout, ()) - } Button("Cancel") { confirm_logout = false } + Button("Logout") { + notify(.logout, ()) + } } message: { Text("Make sure your nsec account key is saved before you logout or you will lose access to this account") }