mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 05:53:41 +00:00
Merge pull request #661 from stonerl/number-fields
Advanced settings: make number fields .numPad
This commit is contained in:
commit
3d8feda808
@ -73,7 +73,7 @@ struct AdvancedSettings: View {
|
|||||||
.frame(minWidth: 140, alignment: .leading)
|
.frame(minWidth: 140, alignment: .leading)
|
||||||
TextField("cache-secs", text: $mpvCacheSecs)
|
TextField("cache-secs", text: $mpvCacheSecs)
|
||||||
#if !os(macOS)
|
#if !os(macOS)
|
||||||
.keyboardType(.URL)
|
.keyboardType(.numberPad)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
.multilineTextAlignment(.trailing)
|
.multilineTextAlignment(.trailing)
|
||||||
@ -83,7 +83,7 @@ struct AdvancedSettings: View {
|
|||||||
.frame(minWidth: 140, alignment: .leading)
|
.frame(minWidth: 140, alignment: .leading)
|
||||||
TextField("cache-pause-wait", text: $mpvCachePauseWait)
|
TextField("cache-pause-wait", text: $mpvCachePauseWait)
|
||||||
#if !os(macOS)
|
#if !os(macOS)
|
||||||
.keyboardType(.URL)
|
.keyboardType(.numberPad)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
.multilineTextAlignment(.trailing)
|
.multilineTextAlignment(.trailing)
|
||||||
|
Loading…
Reference in New Issue
Block a user