forked from blue/squawk
0.2.3 preparation, typo fix, readme changes
This commit is contained in:
parent
acd60eaba2
commit
8d82d340a4
4 changed files with 48 additions and 37 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue