mioso / keyswarm

GNU General Public License v3.0
4 stars 3 forks source link

copy (password) button spwans new mainwindow on windows (!?) #69

Closed rickmer closed 4 years ago

rickmer commented 4 years ago

On Windows 10, when clicking on the copy button in the password details view, after switching to another gui window (for inserting the password) after a few seconds (<=3sec) another instance of the keyswarm main window is spawned.

just-ole commented 4 years ago

related to the use of multiprocessing.Process([...]).start() inside an application packaged with pyinstaller