Remove newlines, or just write a first chapter book

> Why empty first line? It is like opening book that starts with 2nd chapter 🙂

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Roy Nieterau 2024-07-24 22:21:14 +02:00 committed by GitHub
parent 88959b2c54
commit aa1a3928d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,6 @@ class ProductTypesQtModel(QtGui.QStandardItemModel):
self.refreshed.emit()
def reset_product_types_filter(self):
project_name = self._controller.get_selected_project_name()
product_types_filter = (
self._controller.get_product_types_filter(project_name)
@ -183,7 +182,6 @@ class ProductTypesView(QtWidgets.QListView):
super().showEvent(event)
def _on_refresh_finished(self):
# Apply product types filter on first show
if self._refresh_product_types_filter:
self._product_types_model.reset_product_types_filter()