dont refresh on init

This commit is contained in:
iLLiCiTiT 2021-06-17 15:15:44 +02:00
parent 8d9ccaf45b
commit 193296ffaa

View file

@ -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)