1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-11-14 13:16:42 +00:00
This commit is contained in:
Romain Tartière 2024-09-29 18:54:02 -10:00
parent 065ec535b9
commit 1077a055fe
No known key found for this signature in database
GPG key ID: BA4D1D955112336F

View file

@ -95,7 +95,7 @@ Page {
Timer { Timer {
interval: 500 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 running: Qt.application.active && appWin.listModel.count
repeat: true repeat: true
onTriggered: refreshOTPValues(); onTriggered: refreshOTPValues();