mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-22 10:44:32 +00:00
WindowManager: Hide tray icon on close
This commit is contained in:
parent
2d4ccd7019
commit
e49b5667bb
1 changed files with 3 additions and 0 deletions
|
@ -56,7 +56,10 @@ void WindowManager::close() {
|
||||||
for (const auto &window: m_windows) {
|
for (const auto &window: m_windows) {
|
||||||
window->close();
|
window->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
torManager()->stop();
|
torManager()->stop();
|
||||||
|
m_tray->hide();
|
||||||
|
|
||||||
QApplication::quit();
|
QApplication::quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue