Don't force a check for updates when the applet runs

Authored by Antonio Larrosa <antonio.larrosa@gmail.com> on Apr 3 2019, 12:21 PM.

Description

Don't force a check for updates when the applet runs

Summary:
The timer in main.qml has "triggeredOnStart: true" so it already
checks when the applet runs if the condition to check for updates
is true and if so, it calls PkUpdates.checkUpdates.

Previously, if a user configures the applet so that it only checks
for updates weekly, the applet ignores this configuration and
forces a check for updates every time the user logs in the system
(even more than once per day)

Reviewers: jgrulich

Reviewed By: jgrulich

Differential Revision: https://phabricator.kde.org/D20231

Details

Committed
Antonio Larrosa <antonio.larrosa@gmail.com>Apr 4 2019, 7:40 AM
Reviewer
jgrulich
Differential Revision
D20231: Don't force a check for updates when the applet runs
Parents
R623:1acf9fc8a642: Several fixes related to the network state and applet messages/notifications.
Branches
Unknown
Tags
Unknown
Antonio Larrosa <antonio.larrosa@gmail.com> committed R623:4150bd6264d2: Don't force a check for updates when the applet runs (authored by Antonio Larrosa <antonio.larrosa@gmail.com>).Apr 4 2019, 7:40 AM