forked from aparoksha/adwaita-swift
Add new window for binding reactor demo
This commit is contained in:
parent
1723fcdf22
commit
2dd5c52930
@ -55,6 +55,13 @@ struct Demo: App {
|
|||||||
.closeShortcut()
|
.closeShortcut()
|
||||||
.defaultSize(width: 400, height: 250)
|
.defaultSize(width: 400, height: 250)
|
||||||
.title("Form Demo")
|
.title("Form Demo")
|
||||||
|
Window(id: "binding-reactor-demo", open: 0) { _ in
|
||||||
|
BindingReactorDemo.WindowContent()
|
||||||
|
}
|
||||||
|
.closeShortcut()
|
||||||
|
.defaultSize(width: 400, height: 250)
|
||||||
|
.title("Binding Reactor Demo")
|
||||||
|
|
||||||
Window(id: "navigation", open: 0) { _ in
|
Window(id: "navigation", open: 0) { _ in
|
||||||
NavigationViewDemo.WindowContent()
|
NavigationViewDemo.WindowContent()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user