mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +00:00
info about double tapping the screen in settings
This commit is contained in:
parent
607e8a9677
commit
6d08ce08ca
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ struct SettingsViewPlayer: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Section(header: Text("Skip Settings")) {
|
Section(header: Text("Skip Settings"), footer : Text("Double tapping the screen on it's sides will skip with the short tap setting.")) {
|
||||||
HStack {
|
HStack {
|
||||||
Text("Tap Skip:")
|
Text("Tap Skip:")
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue