Skip to content

Commit

Permalink
[AboutPage.qml] Add colon: ":" and use file:///usr…`
Browse files Browse the repository at this point in the history
… instead of `file://usr…`.
  • Loading branch information
Olf0 authored Feb 5, 2024
1 parent 16e2739 commit c8ffe8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Page {
spacing: Theme.paddingLarge

Image {
source: "file://usr/share/icons/hicolor/86x86/apps/flowplayer.png"
source: "file:///usr/share/icons/hicolor/86x86/apps/flowplayer.png"
}

Column {
Expand Down Expand Up @@ -92,7 +92,7 @@ Page {
}

Label {
text: colored + qsTr("Taglib is used for reading, writing and manipulating audio file tags") +
text: colored + qsTr("Taglib is used for reading, writing and manipulating audio file tags:") +
"<br><a href='https://taglib.github.io/'>taglib.github.io</a>"
onLinkActivated: Qt.openUrlExternally(link)
font.pixelSize: Theme.fontSizeSmall
Expand Down

0 comments on commit c8ffe8f

Please sign in to comment.