Skip to content

Commit 04ada6c

Browse files
committed
Fix
1 parent 625e87f commit 04ada6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Geranium/SettingsView.swift

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ struct SettingsView: View {
7979
if DebugStuff {
8080
Button("Set language to English") {
8181
UserDefaults.standard.set(["en"], forKey: "AppleLanguages")
82+
exitGracefully()
8283
}
8384
Text("UUID : \(appSettings.usrUUID)")
8485
Text("RootHelper Path : \(RootHelper.whatsthePath())")

0 commit comments

Comments
 (0)