mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 17:59:43 +02:00
unnessary fixes
This commit is contained in:
@@ -195,7 +195,7 @@ class MainWindow(QtWidgets.QMainWindow, QWidget):
|
|||||||
download_path.setText(state.download_path)
|
download_path.setText(state.download_path)
|
||||||
dialog.layout().addWidget(download_path_container)
|
dialog.layout().addWidget(download_path_container)
|
||||||
|
|
||||||
#################
|
##################
|
||||||
# SPEED LIMITING #
|
# SPEED LIMITING #
|
||||||
##################
|
##################
|
||||||
|
|
||||||
@@ -233,7 +233,7 @@ class MainWindow(QtWidgets.QMainWindow, QWidget):
|
|||||||
dialog.exec()
|
dialog.exec()
|
||||||
|
|
||||||
|
|
||||||
# this needs a cleanup
|
|
||||||
def return_pressed(self):
|
def return_pressed(self):
|
||||||
search_text = self.searchbar.text()
|
search_text = self.searchbar.text()
|
||||||
if search_text == "":
|
if search_text == "":
|
||||||
|
|||||||
@@ -16,3 +16,6 @@ def format_data(data):
|
|||||||
|
|
||||||
return post_titles, post_links
|
return post_titles, post_links
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# https://open.spotify.com/track/70vjXI7oBou5buTtgiJeRW?si=25640cc4243c4bf3
|
||||||
|
|||||||
Reference in New Issue
Block a user