mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 11:37:28 +02:00
[ui] Do not disable the manual refresh button when computations are ongoing
Only disable it if it has been clicked by the user and the refresh is not completed yet.
This commit is contained in:
parent
5156053361
commit
31579f3bc0
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ ApplicationWindow {
|
|||
updatingStatus = false
|
||||
}
|
||||
property bool updatingStatus: false
|
||||
enabled: !updatingStatus && (_reconstruction ? !_reconstruction.computingLocally : false)
|
||||
enabled: !updatingStatus
|
||||
}
|
||||
MaterialToolButton {
|
||||
id: filePollerRefreshStatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue