mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove empty logs header from ios 16
This commit is contained in:
parent
bcb5ecef63
commit
249b197180
1 changed files with 8 additions and 8 deletions
|
|
@ -243,13 +243,11 @@ struct Settings: View {
|
|||
|
||||
var loggingSection: some View {
|
||||
Section(header: Text("logging")) {
|
||||
if #available (iOS 17.0, *) {
|
||||
NavigationLink(value: SettingsNavigationState.debugLogs) {
|
||||
Label {
|
||||
Text("Logs")
|
||||
} icon: {
|
||||
Image(systemName: "scroll")
|
||||
}
|
||||
NavigationLink(value: SettingsNavigationState.debugLogs) {
|
||||
Label {
|
||||
Text("Logs")
|
||||
} icon: {
|
||||
Image(systemName: "scroll")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -401,7 +399,9 @@ struct Settings: View {
|
|||
radioConfigurationSection
|
||||
deviceConfigurationSection
|
||||
moduleConfigurationSection
|
||||
loggingSection
|
||||
if #available (iOS 17.0, *) {
|
||||
loggingSection
|
||||
}
|
||||
#if DEBUG
|
||||
developersSection
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue