mirror of https://github.com/procxx/kepka.git
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
e1f995ab90
|
@ -108,7 +108,6 @@ void PsMainWindow::psSetupTrayIcon() {
|
||||||
psUpdateCounter();
|
psUpdateCounter();
|
||||||
|
|
||||||
trayIcon->show();
|
trayIcon->show();
|
||||||
psUpdateDelegate();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PsMainWindow::psUpdateWorkmode() {
|
void PsMainWindow::psUpdateWorkmode() {
|
||||||
|
@ -116,10 +115,11 @@ void PsMainWindow::psUpdateWorkmode() {
|
||||||
if (cWorkMode() == dbiwmWindowOnly) {
|
if (cWorkMode() == dbiwmWindowOnly) {
|
||||||
if (trayIcon) {
|
if (trayIcon) {
|
||||||
trayIcon->setContextMenu(0);
|
trayIcon->setContextMenu(0);
|
||||||
trayIcon->deleteLater();
|
delete trayIcon;
|
||||||
}
|
}
|
||||||
trayIcon = 0;
|
trayIcon = 0;
|
||||||
}
|
}
|
||||||
|
psUpdateDelegate();
|
||||||
setWindowIcon(wndIcon);
|
setWindowIcon(wndIcon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue