From 4ba0a3399f34c67590f89eb40d7f94357df77c4e Mon Sep 17 00:00:00 2001 From: Marcos Maceo Date: Mon, 10 Feb 2020 09:58:09 -0500 Subject: [PATCH] [qml] refs#295 Remove timer for load outputs --- src/ui/Outputs.qml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ui/Outputs.qml b/src/ui/Outputs.qml index 9715fac4..f577aaf9 100644 --- a/src/ui/Outputs.qml +++ b/src/ui/Outputs.qml @@ -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