mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix setting display availability
This commit is contained in:
parent
ae5e0c946e
commit
f5e48a5776
1 changed files with 2 additions and 2 deletions
|
|
@ -444,7 +444,7 @@ struct Settings: View {
|
|||
case .power:
|
||||
PowerConfig(node: node)
|
||||
case .ambientLighting:
|
||||
if #available(iOS 17.0, *) {
|
||||
if #available(iOS 17.0, macOS 14.0, *) {
|
||||
AmbientLightingConfig(node: node)
|
||||
}
|
||||
case .cannedMessages:
|
||||
|
|
@ -470,7 +470,7 @@ struct Settings: View {
|
|||
case .meshLog:
|
||||
MeshLog()
|
||||
case .debugLogs:
|
||||
if #available(iOS 17.4, *) {
|
||||
if #available(iOS 17.0, macOS 14.0, *) {
|
||||
AppLog()
|
||||
}
|
||||
case .appFiles:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue