This commit is contained in:
anlicheng 2026-03-23 23:32:10 +08:00
parent 9fcb902090
commit e60078a2db

View File

@ -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 {