update
This commit is contained in:
parent
33fda1d025
commit
93b55e7fea
|
@ -264,7 +264,7 @@ FluContentPage{
|
|||
implicitHeight: 36
|
||||
text: "打开缓存路径"
|
||||
onClicked: {
|
||||
Qt.openUrlExternally("file:///"+cacheDirPath)
|
||||
Qt.openUrlExternally(cacheDirPath)
|
||||
}
|
||||
}
|
||||
FluButton{
|
||||
|
|
|
@ -265,7 +265,7 @@ FluContentPage{
|
|||
implicitHeight: 36
|
||||
text: "打开缓存路径"
|
||||
onClicked: {
|
||||
Qt.openUrlExternally("file:///"+cacheDirPath)
|
||||
Qt.openUrlExternally(cacheDirPath)
|
||||
}
|
||||
}
|
||||
FluButton{
|
||||
|
|
Loading…
Reference in New Issue