Skip to content

Commit 04ada6c

Browse files
committed
Fix
1 parent 625e87f commit 04ada6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Geranium/SettingsView.swift

Lines changed: 1 addition & 0 deletions
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)