mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Default app log fiters to not selected
This commit is contained in:
parent
9d964f1614
commit
72cd6a8d01
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ struct AppLog: View {
|
|||
@State private var selectedLog: OSLogEntryLog?
|
||||
@State private var presentingErrorDetails: Bool = false
|
||||
@State private var searchText = ""
|
||||
@State private var categories: Set<Int> = [0, 1, 2, 3, 4, 5, 6]
|
||||
@State private var levels: Set<Int> = [0, 1, 2, 3, 4]
|
||||
@State private var categories: Set<Int> = []
|
||||
@State private var levels: Set<Int> = []
|
||||
@State var isExporting = false
|
||||
@State var exportString = ""
|
||||
@State var isEditingFilters = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue