fix: window transparency on linux/macos

This commit is contained in:
2026-02-03 17:04:09 +01:00
parent 47b643d68b
commit 1aaf56a4dc
+1 -1
View File
@@ -28,7 +28,7 @@ def run_gui():
if state.window_transparency and platform.system() != "Windows":
widget.setAttribute(Qt.WidgetAttribute.WA_TranslucentBackground)
widget.setStyleSheet("MainWindow { background: transparent; }")
qdarktheme.setup_theme("auto", custom_colors={"background": "#00000000"})
from core.utils.general.logs import set_main_window
set_main_window(widget)