Browse Source
Fixes #1024. Prior to this commit, if the RPC connection were lost while JoinmarketQt was running, the reactor would be stopped, but the qt5reactor shutdown does not stop the Qt Application. This commit fixes that by injecting a custom reactor stop function wrapper into jmbase, which triggers the close event of the Qt main window.master
3 changed files with 42 additions and 6 deletions
Loading…
Reference in new issue