mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Prevent seeding text from flashing
This commit is contained in:
parent
5dc8715879
commit
3c892920e3
1 changed files with 1 additions and 2 deletions
|
@ -161,10 +161,9 @@ Item {
|
|||
|
||||
Timer {
|
||||
id: refreshTimer;
|
||||
interval: 4000; // Remove this after demo?
|
||||
interval: 4000;
|
||||
onTriggered: {
|
||||
console.log("Refreshing Wallet Home...");
|
||||
historyReceived = false;
|
||||
commerce.balance();
|
||||
commerce.history();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue