Add timer setting.
This commit is contained in:
parent
bd92360969
commit
f6d960c257
|
@ -67,6 +67,7 @@ Window {
|
||||||
property string fontName: "Roboto"
|
property string fontName: "Roboto"
|
||||||
property double scaleFactor: 1.0
|
property double scaleFactor: 1.0
|
||||||
property int subtitlesFontSize: 18
|
property int subtitlesFontSize: 18
|
||||||
|
property int uiFadeTimer: 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
Settings {
|
Settings {
|
||||||
|
@ -374,7 +375,7 @@ Window {
|
||||||
}
|
}
|
||||||
Timer {
|
Timer {
|
||||||
id: mouseAreaPlayerTimer
|
id: mouseAreaPlayerTimer
|
||||||
interval: 1000
|
interval: appearance.uiFadeTimer
|
||||||
running: true
|
running: true
|
||||||
repeat: false
|
repeat: false
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
|
Loading…
Reference in a new issue