main: allow showing/hiding sidebar from menu

This commit is contained in:
osy 2023-07-30 23:32:00 -07:00
parent 38434ac286
commit 0b7c12c138

View file

@ -24,6 +24,8 @@ struct Main: App {
WindowGroup {
ContentView().environmentObject(worker)
.frame(minWidth: 800, minHeight: 400)
}.commands {
SidebarCommands()
}
}
}