diff options
author | 2021-05-05 03:08:32 +0530 | |
---|---|---|
committer | 2021-05-05 03:08:32 +0530 | |
commit | bd9c9ca594dfaba3631ee48c861fc801024b41b0 (patch) | |
tree | 427a60f2100bdf823e2bf2ad15e3216a5cb1bd10 /src/mainwindow.cpp | |
parent | e7e59ac82c4c15d64eaecc581f18fb87aede25ef (diff) | |
download | whatsie-bd9c9ca594dfaba3631ee48c861fc801024b41b0.tar.gz whatsie-bd9c9ca594dfaba3631ee48c861fc801024b41b0.zip |
minor fixes
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
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); |