Fix global settings action button icon and improve theme handling in GUI

This commit is contained in:
Vxrtrauter
2025-09-03 22:04:36 +02:00
parent 09a3a5a7a2
commit 4ddccc2341
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ from core.downloading.download import add_magnet
class MainWindow(QtWidgets.QMainWindow, QWidget):
def __init__(self):
global settings_action
super().__init__()
searchresults = []