Skip to content

Commit

Permalink
[qml] refs#295 Remove timer for load outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Feb 10, 2020
1 parent 30b3243 commit 4ba0a33
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/ui/Outputs.qml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ Page {
id: modelWallets
}

property Timer timer: Timer {
id: addressModelTimer
interval: 10000
repeat: true
running: true
onTriggered: {
modelWallets.loadModel()
}
}
// property Timer timer: Timer {
// id: addressModelTimer
// interval: 10000
// repeat: true
// running: true
// onTriggered: {
// modelWallets.loadModel()
// }
// }

BusyIndicator {
id: busyIndicator
Expand Down

0 comments on commit 4ba0a33

Please sign in to comment.