From 4237f6153cad063a27148099e8b788bb814b5017 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 16 May 2018 08:01:56 -0400 Subject: Get more of the system status indicators up and running properly. Add a new button for system update status. --- src-qt5/src-cpp/framework-OSInterface_private.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src-qt5/src-cpp') diff --git a/src-qt5/src-cpp/framework-OSInterface_private.cpp b/src-qt5/src-cpp/framework-OSInterface_private.cpp index ad10ffe3..b0a22b1d 100644 --- a/src-qt5/src-cpp/framework-OSInterface_private.cpp +++ b/src-qt5/src-cpp/framework-OSInterface_private.cpp @@ -530,6 +530,7 @@ void OSInterface::syncUpdateInfo(OSInterface *os, QHash *hash status="available"; icons << "state-warning" << "update-medium" << "security-medium"; } icons << "state-offline" << "update-none"; + //qDebug() << "Update Sync:" << status << icons; //Save the current info into the hash (if different) if(status != updateStatus()){ hash->insert("updates/status", status); -- cgit