From a8948766230cb266e8a1317572f9b7fc4df09851 Mon Sep 17 00:00:00 2001 From: Madeline Pace Date: Sun, 28 May 2023 14:04:07 -0400 Subject: [PATCH] Re-enable configuration window focus activation --- Soyuz/Views/PrinterConfigView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Soyuz/Views/PrinterConfigView.swift b/Soyuz/Views/PrinterConfigView.swift index f240e3f..d3fdcc6 100755 --- a/Soyuz/Views/PrinterConfigView.swift +++ b/Soyuz/Views/PrinterConfigView.swift @@ -78,7 +78,7 @@ struct PrinterConfigView: View { } } .onAppear { - //NSApplication.shared.activate(ignoringOtherApps: true) + NSApplication.shared.activate(ignoringOtherApps: true) } } }