diff --git a/src/ui/qml/pages/log/AppInfoRow.qml b/src/ui/qml/pages/log/AppInfoRow.qml index f021c34e..b9e0a4d0 100644 --- a/src/ui/qml/pages/log/AppInfoRow.qml +++ b/src/ui/qml/pages/log/AppInfoRow.qml @@ -23,7 +23,7 @@ RowLayout { LinkButton { Layout.fillWidth: true - elide: Text.ElideRight + elide: Text.ElideLeft text: appPath onClicked: osUtil.openFolder(appPath) }