2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Removed Windows tray implementation from main window.

This commit is contained in:
23rd
2022-04-21 14:59:26 +03:00
parent 7948d971e8
commit 94e06c6846
5 changed files with 80 additions and 212 deletions

View File

@@ -896,7 +896,7 @@ void MainWindow::savePosition(Qt::WindowState state) {
}
bool MainWindow::minimizeToTray() {
if (Core::Quitting() || !hasTrayIcon()) {
if (Core::Quitting()/* || !hasTrayIcon()*/) {
return false;
}