mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-22 18:17:26 -04:00
Implement background sync when locked
This commit is contained in:
@@ -1542,6 +1542,7 @@ Rectangle {
|
||||
function updateTransactionsFromModel() {
|
||||
// This function copies the items of `appWindow.currentWallet.historyModel` to `root.txModelData`, as a list of javascript objects
|
||||
if(currentWallet == null || typeof currentWallet.history === "undefined" ) return;
|
||||
if(currentWallet.isBackgroundSyncing()) return;
|
||||
|
||||
var _model = root.model;
|
||||
var total = 0
|
||||
|
||||
Reference in New Issue
Block a user