window_manager
window_manager copied to clipboard
Is there any way to focus on the previous window when I call windowManager.hide()?
I am feeling anxious about this.
I was able to focus the previous window by adding NSApp.hide(nil) to the WindowManager.swift file.