1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 18:52:30 +01:00

Fix news icon

This commit is contained in:
Elias Steurer 2021-03-05 16:25:34 +01:00
parent 7c2966e4e6
commit 90543f1ca1

View File

@ -33,7 +33,7 @@ Item {
CommunityNavItem {
text: qsTr("News")
openLink: webModel.get(0).url
icon.source: "qrc:/assets/icons/icon_help_center.svg"
icon.source: "qrc:/assets/icons/icon_document.svg"
}
CommunityNavItem {