Compare commits

..

3 Commits

Author SHA1 Message Date
Vxrtrauter 2fb9ad9e28 daily commit 2026-02-18 17:20:42 +01:00
Vxrtrauter 193188c383 Merge branch 'main' of https://github.com/KeksPirates/SoftwareManager 2026-02-19 17:19:26 +01:00
Vxrtrauter d9de5c6ff5 daily commit 2026-02-19 17:19:15 +01:00
+2 -2
View File
@@ -4,7 +4,7 @@ from core.utils.general.logs import consoleLog
from core.interface.utils.tabhelper import general_tab
from core.interface.utils.tabhelper import paths_tab
from core.interface.utils.tabhelper import network_tab
from PySide6 import QtWidgets
from PySide6 import QtWidgets, Qt
from PySide6.QtCore import Qt
from PySide6.QtWidgets import (
QLineEdit,
@@ -32,7 +32,7 @@ def settings_dialog(self):
dialog.setLayout(QVBoxLayout())
if state.window_transparency and platform.system() != "Windows" and dialog:
if state.window_transparency and platform.system() != "Windows":
dialog.setAttribute(Qt.WidgetAttribute.WA_TranslucentBackground)
def close_settings():