mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
unnessary fixes
This commit is contained in:
@@ -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 == "":
|
||||
|
||||
Reference in New Issue
Block a user