th3w1zard1 / KOTORModSync

A flexible multi-mod installer for KOTOR games.
GNU General Public License v3.0
19 stars 0 forks source link

Prevent holopatcher from taking over focus on macOS #32

Open wesselvdv opened 10 months ago

wesselvdv commented 10 months ago

It's hard to have kotormodsync on in the background while it's installing. Each holopatcher invocation takes the focus, causing keyboard events to be captured by it.

th3w1zard1 commented 10 months ago

Looks like this is a mac-only problem.

I have 2 bits of code in holopatcher that hides the window when the CLI install is used, and another hide bit in KOTORModSync. Seems I need to find another solution for mac somehow.

th3w1zard1 commented 10 months ago

Does this issue happen when using the binary instead of the .app?