mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
SyncServer - pausing only synchronization, not GUI
This commit is contained in:
parent
87a606d88b
commit
7887c298cc
1 changed files with 1 additions and 3 deletions
|
|
@ -120,9 +120,7 @@ class _SyncRepresentationModel(QtCore.QAbstractTableModel):
|
|||
actually queried (scrolled a couple of times to list more
|
||||
than single page of records)
|
||||
"""
|
||||
if self.sync_server.is_paused() or \
|
||||
self.sync_server.is_project_paused(self.project) or \
|
||||
self.is_editing:
|
||||
if self.is_editing:
|
||||
return
|
||||
self.refresh_started.emit()
|
||||
self.beginResetModel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue