diff options
| author | tobtoht <tob@featherwallet.org> | 2026-07-02 21:04:35 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-07-02 21:04:35 +0000 |
| commit | 5ea240804d9418f78cd79ea28ffb9cf1b23c1c77 (patch) | |
| tree | 0d4b9eeb4a98f70f5ac9f29640f4dbe5198ea1f9 | |
| parent | 239a5350cf15b59278e3152a1982a0ac5cb185ff (diff) | |
| parent | 8290f5a560fee2fa49b2af324feea31591afabdb (diff) | |
| download | monzero-gui-5ea240804d9418f78cd79ea28ffb9cf1b23c1c77.tar.gz monzero-gui-5ea240804d9418f78cd79ea28ffb9cf1b23c1c77.tar.xz monzero-gui-5ea240804d9418f78cd79ea28ffb9cf1b23c1c77.zip | |
Merge pull request #4623
8290f5a main: hide update popup during device passphrase prompt (selsta)
ACKs: plowsof
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1707,7 +1707,7 @@ ApplicationWindow { MoneroComponents.UpdateDialog { id: updateDialog - allowed: !passwordDialog.visible && !inputDialog.visible && !splash.visible + allowed: !passwordDialog.visible && !inputDialog.visible && !splash.visible && !devicePassphraseDialog.visible x: (parent.width - width) / 2 y: (parent.height - height) / 2 } |
