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 == "":
+3
View File
@@ -16,3 +16,6 @@ def format_data(data):
return post_titles, post_links
# https://open.spotify.com/track/70vjXI7oBou5buTtgiJeRW?si=25640cc4243c4bf3
+1 -1
View File
@@ -53,4 +53,4 @@ if __name__ == "__main__":
if state.debug:
print("Launching GUI")
run_gui()