This commit is contained in:
朱子楚\zhuzi 2023-10-04 19:28:05 +08:00
parent 33fda1d025
commit 93b55e7fea
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ FluContentPage{
implicitHeight: 36 implicitHeight: 36
text: "打开缓存路径" text: "打开缓存路径"
onClicked: { onClicked: {
Qt.openUrlExternally("file:///"+cacheDirPath) Qt.openUrlExternally(cacheDirPath)
} }
} }
FluButton{ FluButton{

View File

@ -265,7 +265,7 @@ FluContentPage{
implicitHeight: 36 implicitHeight: 36
text: "打开缓存路径" text: "打开缓存路径"
onClicked: { onClicked: {
Qt.openUrlExternally("file:///"+cacheDirPath) Qt.openUrlExternally(cacheDirPath)
} }
} }
FluButton{ FluButton{