Re-enable configuration window focus activation

This commit is contained in:
Madeline Pace 2023-05-28 14:04:07 -04:00
parent 1dd2e37f61
commit a894876623

View File

@ -78,7 +78,7 @@ struct PrinterConfigView: View {
} }
} }
.onAppear { .onAppear {
//NSApplication.shared.activate(ignoringOtherApps: true) NSApplication.shared.activate(ignoringOtherApps: true)
} }
} }
} }