From 39e90c316799478ecb95d6f5f0982df1ed333e39 Mon Sep 17 00:00:00 2001 From: Leonhard Date: Mon, 22 Jan 2024 23:16:47 +0100 Subject: [PATCH] Misc comments --- src/Backends/SystemUpdate.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Backends/SystemUpdate.vala b/src/Backends/SystemUpdate.vala index 226c71bd..38ff063b 100644 --- a/src/Backends/SystemUpdate.vala +++ b/src/Backends/SystemUpdate.vala @@ -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")); @@ -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); } }