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:
@@ -896,7 +896,7 @@ void MainWindow::savePosition(Qt::WindowState state) {
|
||||
}
|
||||
|
||||
bool MainWindow::minimizeToTray() {
|
||||
if (Core::Quitting() || !hasTrayIcon()) {
|
||||
if (Core::Quitting()/* || !hasTrayIcon()*/) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user