-
- Downloads
Don't run Quit() twice during startup
`Quit()` in `main.cpp` calls `Quit()` in `gui/backend.go` which calls `backend.Quit()` (`defined in pkg/backend/api.go`) ways to test: - Preferences -> Quit - Systray -> Quit - via signal: killall riseup-vpn When we exit by Systray/Preferences, `QApplication::quit()` gets called by `&Backend::quitDone` handler.
parent
59314382
No related branches found
No related tags found
-
mentioned in merge request !243 (merged)
-
mentioned in commit d31102cd
Please register or sign in to comment