default sidebar to closed
This commit is contained in:
parent
dd9283d8e6
commit
328a73bc0c
|
|
@ -2,7 +2,7 @@ import SwiftUI
|
|||
|
||||
struct ContentView: View {
|
||||
@ObservedObject var state: AppState
|
||||
@State private var sidebarVisible: Bool = true
|
||||
@State private var sidebarVisible: Bool = false
|
||||
|
||||
var body: some View {
|
||||
HSplitView {
|
||||
|
|
|
|||
Loading…
Reference in New Issue