mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
33fda1d025
commit
93b55e7fea
@ -264,7 +264,7 @@ FluContentPage{
|
|||||||
implicitHeight: 36
|
implicitHeight: 36
|
||||||
text: "打开缓存路径"
|
text: "打开缓存路径"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Qt.openUrlExternally("file:///"+cacheDirPath)
|
Qt.openUrlExternally(cacheDirPath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FluButton{
|
FluButton{
|
||||||
|
@ -265,7 +265,7 @@ FluContentPage{
|
|||||||
implicitHeight: 36
|
implicitHeight: 36
|
||||||
text: "打开缓存路径"
|
text: "打开缓存路径"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Qt.openUrlExternally("file:///"+cacheDirPath)
|
Qt.openUrlExternally(cacheDirPath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FluButton{
|
FluButton{
|
||||||
|
Loading…
Reference in New Issue
Block a user