unnessary fixes

This commit is contained in:
Vxrtrauter
2025-10-10 22:23:04 +02:00
parent 108ba9ab31
commit 12f7712af3
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -195,7 +195,7 @@ class MainWindow(QtWidgets.QMainWindow, QWidget):
download_path.setText(state.download_path)
dialog.layout().addWidget(download_path_container)
#################
##################
# SPEED LIMITING #
##################
@@ -233,7 +233,7 @@ class MainWindow(QtWidgets.QMainWindow, QWidget):
dialog.exec()
# this needs a cleanup
def return_pressed(self):
search_text = self.searchbar.text()
if search_text == "":