fix
This commit is contained in:
parent
9fcb902090
commit
e60078a2db
@ -79,23 +79,6 @@ struct punchnetApp: App {
|
|||||||
.windowResizability(.contentSize)
|
.windowResizability(.contentSize)
|
||||||
.defaultPosition(.center)
|
.defaultPosition(.center)
|
||||||
|
|
||||||
// Window("重置密码", id: "resetPassword") {
|
|
||||||
// ResetPasswordRootView()
|
|
||||||
// .environment(self.userContext)
|
|
||||||
// .environment(self.appContext)
|
|
||||||
// .frame(width: 500, height: 400)
|
|
||||||
// }
|
|
||||||
// .windowResizability(.contentSize)
|
|
||||||
// .defaultPosition(.center)
|
|
||||||
//
|
|
||||||
// Window("注册", id: "register") {
|
|
||||||
// RegisterRootView()
|
|
||||||
// .environment(self.userContext)
|
|
||||||
// .environment(self.appContext)
|
|
||||||
// .frame(width: 500, height: 400)
|
|
||||||
// }
|
|
||||||
// .windowResizability(.contentSize)
|
|
||||||
// .defaultPosition(.center)
|
|
||||||
//
|
//
|
||||||
// MenuBarExtra("punchnet", image: "logo_32") {
|
// MenuBarExtra("punchnet", image: "logo_32") {
|
||||||
// VStack {
|
// VStack {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user