Fix arrow icons on Android

This commit is contained in:
Carl Schwan
2024-09-20 22:15:32 +02:00
parent b9615eadb3
commit 2fe9bc9846
6 changed files with 12 additions and 9 deletions

View File

@@ -443,8 +443,11 @@ if(ANDROID)
target_sources(neochat-app PRIVATE notifyrc.qrc)
target_link_libraries(neochat PUBLIC Qt::Svg OpenSSL::SSL)
kirigami_package_breeze_icons(ICONS
"arrow-down"
"arrow-up"
"arrow-down-symbolic"
"arrow-up-symbolic"
"arrow-up-double-symbolic"
"arrow-left-symbolic"
"arrow-right-symbolic"
"checkmark"
"help-about"
"im-user"