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) } } }