Skip to content
Snippets Groups Projects
  • jkito's avatar
    d31102cd
    Revert "Don't run Quit() twice during startup" · d31102cd
    jkito authored
    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) we get this signal  and
    the handler stops the firewall and performs other needed cleanup
    
    removing this causes a bug where quiting the app would keep  the
    firewall running which results into no internet access
    d31102cd
    History
    Revert "Don't run Quit() twice during startup"
    jkito authored
    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) we get this signal  and
    the handler stops the firewall and performs other needed cleanup
    
    removing this causes a bug where quiting the app would keep  the
    firewall running which results into no internet access