Fixed #176.
This commit is contained in:
parent
da63a1fd0e
commit
adddf12c87
@ -2,6 +2,7 @@
|
|||||||
—————
|
—————
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
▪ Unnecessary "Welcome" notifications. (bug #176)
|
||||||
▪ Bad handling of null/empty strings when inserting messages into DB. (bug #169)
|
▪ Bad handling of null/empty strings when inserting messages into DB. (bug #169)
|
||||||
▪ Bad conversion of "created on" date/time in TT-RSS plugin. (bug #172)
|
▪ Bad conversion of "created on" date/time in TT-RSS plugin. (bug #172)
|
||||||
▪ Missing obligatory attribute in OPML 2.0 files. (bug #166)
|
▪ Missing obligatory attribute in OPML 2.0 files. (bug #166)
|
||||||
|
@ -141,9 +141,6 @@ int main(int argc, char* argv[]) {
|
|||||||
FormAbout(qApp->mainForm()).exec();
|
FormAbout(qApp->mainForm()).exec();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
qApp->showGuiMessage(QSL(APP_NAME), QObject::tr("Welcome to %1.").arg(APP_NAME), QSystemTrayIcon::NoIcon);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (qApp->settings()->value(GROUP(General), SETTING(General::UpdateOnStartup)).toBool()) {
|
if (qApp->settings()->value(GROUP(General), SETTING(General::UpdateOnStartup)).toBool()) {
|
||||||
QObject::connect(qApp->system(), &SystemFactory::updatesChecked, [](QPair<QList<UpdateInfo>, QNetworkReply::NetworkError> updates) {
|
QObject::connect(qApp->system(), &SystemFactory::updatesChecked, [](QPair<QList<UpdateInfo>, QNetworkReply::NetworkError> updates) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user