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