We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625e87f commit 04ada6cCopy full SHA for 04ada6c
Geranium/SettingsView.swift
@@ -79,6 +79,7 @@ struct SettingsView: View {
79
if DebugStuff {
80
Button("Set language to English") {
81
UserDefaults.standard.set(["en"], forKey: "AppleLanguages")
82
+ exitGracefully()
83
}
84
Text("UUID : \(appSettings.usrUUID)")
85
Text("RootHelper Path : \(RootHelper.whatsthePath())")
0 commit comments