mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
dont refresh on init
This commit is contained in:
parent
8d9ccaf45b
commit
193296ffaa
1 changed files with 0 additions and 3 deletions
|
|
@ -58,9 +58,6 @@ class ProjectBar(QtWidgets.QWidget):
|
|||
self.project_combobox = project_combobox
|
||||
self.refresh_timer = refresh_timer
|
||||
|
||||
# Initialize
|
||||
self.refresh()
|
||||
|
||||
# Signals
|
||||
refresh_timer.timeout.connect(self._on_refresh_timeout)
|
||||
self.project_combobox.currentIndexChanged.connect(self.project_changed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue