mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
SyncServer - fix label from local to active
This commit is contained in:
parent
1c4d1f0346
commit
264025554e
1 changed files with 1 additions and 1 deletions
|
|
@ -1437,7 +1437,7 @@ class SyncRepresentationDetailWidget(QtWidgets.QWidget):
|
|||
menu.addAction(action)
|
||||
|
||||
if float(remote_progress) == 1.0:
|
||||
action = QtWidgets.QAction("Reset local site")
|
||||
action = QtWidgets.QAction("Reset active site")
|
||||
actions_mapping[action] = self._reset_local_site
|
||||
menu.addAction(action)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue