From 3269a683d65bea3e741e2ef686f7f047aa85adbb Mon Sep 17 00:00:00 2001 From: Black Hat Date: Fri, 19 Oct 2018 13:36:36 +0800 Subject: [PATCH] Change "group" icon to "people". Fix #100. --- qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/main.qml b/qml/main.qml index 93c8fbb..eaf1924 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -188,7 +188,7 @@ ApplicationWindow { MaterialIcon { anchors.fill: parent - icon: "\ue886" + icon: "\ue7fb" color: "white" }