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

@@ -132,7 +132,7 @@ QQC2.ScrollView {
Delegates.RoundedItemDelegate {
id: leaveButton
icon.name: "arrow-left"
icon.name: "arrow-left-symbolic"
text: i18nc("@action:button", "Leave this room")
activeFocusOnTab: true