From cc43d4c77b66795b88fe0ff24f103ce111d052e8 Mon Sep 17 00:00:00 2001 From: Keshav Date: Sat, 7 May 2022 20:44:44 +0530 Subject: chore: stop timer instantly if rated already --- src/rateapp.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/rateapp.cpp b/src/rateapp.cpp index 430716d..5c370a9 100644 --- a/src/rateapp.cpp +++ b/src/rateapp.cpp @@ -43,6 +43,7 @@ RateApp::RateApp(QWidget *parent, QString app_rating_url, int app_launch_count, showTimer->start(); } else { // if shouldshow is false, delete this obj to free resources + showTimer->stop(); this->deleteLater(); } } -- cgit v1.2.3