mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 17:10:28 +01:00
Comp error.
This commit is contained in:
parent
6e83005d99
commit
a86ea35101
@ -82,6 +82,9 @@ bool Application::isFirstRun(const QString &version) {
|
||||
// Check this only if checked version is equal to actual version.
|
||||
return settings()->value(GROUP(General), QString(General::FirstRun) + QL1C('_') + version, true).toBool();
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
void Application::eliminateFirstRun() {
|
||||
|
Loading…
Reference in New Issue
Block a user