aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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);