Make sure space drawer icons are available for android

(cherry picked from commit a37c9d6cea)

Co-authored-by: James Graham <james.h.graham@protonmail.com>
This commit is contained in:
Joshua Goins
2025-01-18 16:33:26 +00:00
parent 2efcc1041b
commit 25f2693710
2 changed files with 2 additions and 1 deletions

View File

@@ -535,6 +535,7 @@ if(ANDROID)
"kde" "kde"
"list-remove-symbolic" "list-remove-symbolic"
"edit-delete" "edit-delete"
"user-home-symbolic"
) )
ecm_add_android_apk(neochat-app ANDROID_DIR ${CMAKE_SOURCE_DIR}/android) ecm_add_android_apk(neochat-app ANDROID_DIR ${CMAKE_SOURCE_DIR}/android)
else() else()

View File

@@ -131,7 +131,7 @@ QQC2.Control {
text: i18nc("@button View all one-on-one chats with your friends.", "Friends") text: i18nc("@button View all one-on-one chats with your friends.", "Friends")
contentItem: Kirigami.Icon { contentItem: Kirigami.Icon {
source: "system-users" source: "system-users-symbolic"
QQC2.Label { QQC2.Label {
id: directChatNotificationCountLabel id: directChatNotificationCountLabel