Revert "Don't run Quit() twice during startup"
This reverts commit b9fc3584.
the aboutToQuit signal is emitted just before the app closes and gives chance to run some teardown routines, when closing the app via a keyboard shortcut cmd+q on macOS or alt+f4 on linux we get this signal and the handler stops the firewall and perform other needed cleanup
removing this causes a bug where quiting the app would keep the firewall running which results into no internet access
Merge request reports
Activity
Note: need to remove call to
Quit()
from https://0xacab.org/leap/bitmask-vpn/-/blob/main/gui/handlers.cpp?ref_type=heads#L102added 1 commit
- d31102cd - Revert "Don't run Quit() twice during startup"
enabled an automatic merge when the pipeline for d31102cd succeeds
Please register or sign in to reply