inseven / reconnect

Psion connectivity for macOS
GNU General Public License v2.0
14 stars 0 forks source link

fix: Revert single window app model #94

Closed jbmorley closed 2 months ago

jbmorley commented 2 months ago

This reverts commit a9f5db7759ced936f8d2f752ff28dd041fbc593f.

Unfortunately switching to a single window model means window instance persists across window closes and opens meaning it was no longer possible to close and re-open the window to recover from connection issues. This can be changed back when the connection lifecycle is more reliable.