Enforce symbolic icon in ExploreComponent
This commit is contained in:
@@ -432,6 +432,7 @@ if(ANDROID)
|
|||||||
"preferences-desktop-notification"
|
"preferences-desktop-notification"
|
||||||
"computer-symbolic"
|
"computer-symbolic"
|
||||||
"gps"
|
"gps"
|
||||||
|
"system-users-symbolic"
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
target_link_libraries(neochat PUBLIC Qt::Widgets KF6::KIOWidgets)
|
target_link_libraries(neochat PUBLIC Qt::Widgets KF6::KIOWidgets)
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ RowLayout {
|
|||||||
}
|
}
|
||||||
property Kirigami.Action roomAction: Kirigami.Action {
|
property Kirigami.Action roomAction: Kirigami.Action {
|
||||||
text: i18n("Create a Room")
|
text: i18n("Create a Room")
|
||||||
icon.name: "system-users"
|
icon.name: "system-users-symbolic"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
pageStack.pushDialogLayer("qrc:/org/kde/neochat/qml/CreateRoomDialog.qml", {connection: root.connection}, {title: i18nc("@title", "Create a Room")})
|
pageStack.pushDialogLayer("qrc:/org/kde/neochat/qml/CreateRoomDialog.qml", {connection: root.connection}, {title: i18nc("@title", "Create a Room")})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user