Skip to content

Commit 22b77c7

Browse files
authored
Update main.py
1 parent 75616fc commit 22b77c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
import sys
2+
import os
23
import shutil
34
from PySide6.QtWidgets import QApplication, QMessageBox
45
from main_window import MainWindow
56
import logging
67

8+
os.environ["QT_QPA_PLATFORM"] = "xcb" # Force X11 backend
9+
710
# Define the stylesheet as a string
811
STYLESHEET = """
912
/* Hacker Launcher Styles - Black, White, Purple, Blue - Console-like with larger fonts */

0 commit comments

Comments
 (0)