Skip to content

Commit

Permalink
home gesture warning
Browse files Browse the repository at this point in the history
  • Loading branch information
s8ngyu committed Sep 24, 2022
1 parent ed12f04 commit e8870c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mugunghwa/UtilityView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ struct UtilityView: View {
}
}

Section(header: Text("Home Gesture"), footer: Text("Note: This manipulates to iPhone XS layout. It is totally safe but you may experience some UI glitches and screenshot is not working at the moment.")) {
Section(header: Text("Home Gesture"), footer: Text("Note: This manipulates device layout to iPhone XS layout. It is totally safe but you may experience some UI glitches and screenshot is not working at the moment.")) {

This comment has been minimized.

Copy link
@nhglong

nhglong Sep 24, 2022

screenshot works, just press power then press volume up as fast as possible
holding at the same time not working

Toggle("Enabled", isOn: $homeGesture)
.disabled(homeGestureToggleDisabled())
Button("Apply") {
Expand Down

0 comments on commit e8870c9

Please sign in to comment.