fix(@desktop/communities): Restart fee timer only when the dialog is opened
Fix #11921
This commit is contained in:
parent
5b2a7b9264
commit
d031072514
|
@ -168,7 +168,9 @@ StatusDialog {
|
||||||
allTokensButton.checked
|
allTokensButton.checked
|
||||||
feesBox.accountsSelector.currentIndex
|
feesBox.accountsSelector.currentIndex
|
||||||
|
|
||||||
requestFeeDelayTimer.restart()
|
if (root.opened) {
|
||||||
|
requestFeeDelayTimer.restart()
|
||||||
|
}
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue