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
|
||||
feesBox.accountsSelector.currentIndex
|
||||
|
||||
if (root.opened) {
|
||||
requestFeeDelayTimer.restart()
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue