mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-14 05:16:42 +00:00
Fix typo
This commit is contained in:
parent
065ec535b9
commit
1077a055fe
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Page {
|
|||
|
||||
Timer {
|
||||
interval: 500
|
||||
// Timer only runs when app is acitive and we have entries
|
||||
// Timer only runs when app is active and we have entries
|
||||
running: Qt.application.active && appWin.listModel.count
|
||||
repeat: true
|
||||
onTriggered: refreshOTPValues();
|
||||
|
|
Loading…
Reference in a new issue