From 25f2693710441ebba1856a3b9202727ebb0d50df Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 18 Jan 2025 16:33:26 +0000 Subject: [PATCH] Make sure space drawer icons are available for android (cherry picked from commit a37c9d6cea8787c65e701d8190424ac6d217ed72) Co-authored-by: James Graham --- src/CMakeLists.txt | 1 + src/qml/SpaceDrawer.qml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5a31da4b9..451b3dac5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -535,6 +535,7 @@ if(ANDROID) "kde" "list-remove-symbolic" "edit-delete" + "user-home-symbolic" ) ecm_add_android_apk(neochat-app ANDROID_DIR ${CMAKE_SOURCE_DIR}/android) else() diff --git a/src/qml/SpaceDrawer.qml b/src/qml/SpaceDrawer.qml index 69e07aadf..2020c629c 100644 --- a/src/qml/SpaceDrawer.qml +++ b/src/qml/SpaceDrawer.qml @@ -131,7 +131,7 @@ QQC2.Control { text: i18nc("@button View all one-on-one chats with your friends.", "Friends") contentItem: Kirigami.Icon { - source: "system-users" + source: "system-users-symbolic" QQC2.Label { id: directChatNotificationCountLabel