From: gg Date: Tue, 13 Jan 2026 01:18:36 +0000 (-0500) Subject: drop minimize delay from 500 ms to 350 ms X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=8b3586feeef445172c9b071fe19d55e8b395b52f;p=gamesguru%2Ffeather.git drop minimize delay from 500 ms to 350 ms --- diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 9b933229..da6ea32f 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1563,7 +1563,7 @@ void MainWindow::changeEvent(QEvent* event) } } else if (event->type() == QEvent::ActivationChange) { qDebug() << "changeEvent: ActivationChange. Active:" << this->isActiveWindow(); - QTimer::singleShot(500, this, [this](){ + QTimer::singleShot(350, this, [this](){ auto handle = this->windowHandle(); if (handle && !handle->isExposed()) { qDebug() << "ActivationChange (delayed): Window not exposed -> Hiding to tray";