1
0
Fork 0
forked from blue/squawk

0.2.3 preparation, typo fix, readme changes

This commit is contained in:
Blue 2024-02-04 13:36:51 -03:00
parent acd60eaba2
commit 8d82d340a4
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 48 additions and 37 deletions

View file

@ -245,7 +245,7 @@ void Application::onChangeTray(bool enabled, bool hide) {
trayIcon = nullptr;
}
}
} else if (trayIcon == nullptr) {
} else if (trayIcon != nullptr) {
trayIcon->deleteLater();
trayIcon = nullptr;
}