Skip to content

Commit

Permalink
Misc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 22, 2024
1 parent e69ee66 commit 39e90c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Backends/SystemUpdate.vala
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class SettingsDaemon.Backends.SystemUpdate : Object {

update_details = {
package_names,
0
0 //FIXME: Is there a way to get update size from PackageKit
};

var notification = new Notification (_("Update Available"));
Expand Down Expand Up @@ -141,7 +141,7 @@ public class SettingsDaemon.Backends.SystemUpdate : Object {

last_error = e;

//This will also flush any already downloaded updates and disable the offline trigger
//This will also flush any already downloaded updates and disable the offline trigger (I think)
check_for_updates.begin (true);
}
}
Expand Down

0 comments on commit 39e90c3

Please sign in to comment.