WindowManager: delete m_wizard before quit

This commit is contained in:
tobtoht 2023-03-01 12:39:26 +01:00
parent 402bea3fd6
commit 103bc6408f
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -78,6 +78,8 @@ void WindowManager::close() {
window->close();
}
m_wizard->deleteLater();
torManager()->stop();
m_tray->hide();