From 186052f21d8bf8b7d98e9de270cd300c18ae7dd2 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 9 Aug 2018 23:18:07 -0700 Subject: [PATCH] Fix update button color --- app/gui/main.qml | 1 + app/res/update.svg | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) 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