mirror of
https://github.com/TuringSoftware/CrystalFetch.git
synced 2026-01-04 11:24:24 +08:00
main: allow showing/hiding sidebar from menu
This commit is contained in:
parent
38434ac286
commit
0b7c12c138
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ struct Main: App {
|
|||
WindowGroup {
|
||||
ContentView().environmentObject(worker)
|
||||
.frame(minWidth: 800, minHeight: 400)
|
||||
}.commands {
|
||||
SidebarCommands()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue