From 39dfac35fea148e653cfb66ce89274dcfde8aabb Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 29 Dec 2019 17:20:28 -0500 Subject: Remove icons from presets list The icons in the presets list do not serve any function, rather than update them to switch to the new "radio waves" icon like the launcher, just remove them. This provides visual consistency with the switch to using the microphone icon only for voice input related things. Bug-AGL: SPEC-2981 Change-Id: Ia785fa897feade411fe8a7042ffcfa6a129a36dd Signed-off-by: Scott Murray --- app/Radio.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/Radio.qml') diff --git a/app/Radio.qml b/app/Radio.qml index 3477ef6..6b7c951 100644 --- a/app/Radio.qml +++ b/app/Radio.qml @@ -260,9 +260,6 @@ ApplicationWindow { RowLayout { anchors.fill: parent - Image { - source: './images/Radio_Active_Icon.svg' - } ColumnLayout { Layout.fillWidth: true Label { -- cgit 1.2.3-korg