mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-03-14 16:09:41 +08:00
update
This commit is contained in:
parent
c95ac86377
commit
9ee50a585a
@ -42,8 +42,16 @@ FluWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onFirstVisible: {
|
onFirstVisible: {
|
||||||
|
timer_tour_delay.restart()
|
||||||
|
}
|
||||||
|
|
||||||
|
Timer{
|
||||||
|
id:timer_tour_delay
|
||||||
|
interval: 200
|
||||||
|
onTriggered: {
|
||||||
tour.open()
|
tour.open()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
checkUpdate(true)
|
checkUpdate(true)
|
||||||
|
@ -45,8 +45,16 @@ FluWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onFirstVisible: {
|
onFirstVisible: {
|
||||||
|
timer_tour_delay.restart()
|
||||||
|
}
|
||||||
|
|
||||||
|
Timer{
|
||||||
|
id:timer_tour_delay
|
||||||
|
interval: 200
|
||||||
|
onTriggered: {
|
||||||
tour.open()
|
tour.open()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
checkUpdate(true)
|
checkUpdate(true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user