diff --git a/app/gui/main.qml b/app/gui/main.qml index 3a081045..753170f9 100644 --- a/app/gui/main.qml +++ b/app/gui/main.qml @@ -73,6 +73,7 @@ ApplicationWindow { id: updateButton icon.source: "qrc:/res/update.svg" + icon.color: "#0BF200" // Invisible until we get a callback notifying us that // an update is available diff --git a/app/res/update.svg b/app/res/update.svg index 0b97aee4..10dadc8f 100644 --- a/app/res/update.svg +++ b/app/res/update.svg @@ -1,5 +1,3 @@ - - - + \ No newline at end of file