From bd9c9ca594dfaba3631ee48c861fc801024b41b0 Mon Sep 17 00:00:00 2001 From: keshavbhatt Date: Wed, 5 May 2021 03:08:32 +0530 Subject: minor fixes --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 42047ea..e777486 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -55,7 +55,7 @@ MainWindow::MainWindow(QWidget *parent) updateWindowTheme(); - RateApp *rateApp = new RateApp(this, "snap://whatsie", 3, 5, 1000 * 30); + RateApp *rateApp = new RateApp(this, "snap://whatsie", 5, 5, 1000 * 30); rateApp->setWindowTitle(QApplication::applicationName()+" | "+tr("Rate Application")); rateApp->setVisible(false); rateApp->setWindowFlags(Qt::Dialog); -- cgit v1.2.3