]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
drop minimize delay from 500 ms to 350 ms
authorgg <chown_tee@proton.me>
Tue, 13 Jan 2026 01:18:36 +0000 (20:18 -0500)
committergg <chown_tee@proton.me>
Tue, 13 Jan 2026 01:18:43 +0000 (20:18 -0500)
src/MainWindow.cpp

index 9b9332298db5f696b80069e58b2648763384a278..da6ea32f149f26e990f0bb76a9dd13dd5103e187 100644 (file)
@@ -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";