Skip to content

Commit a078195

Browse files
authored
Update main.py
1 parent f084d3a commit a078195

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source-code/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
from PySide6.QtWidgets import QApplication, QMessageBox
55
from main_window import MainWindow
66
import logging
7-
87
os.environ['QT_QPA_PLATFORM'] = 'xcb'
9-
108
# Define the stylesheet as a string
119
STYLESHEET = """
1210
/* Hacker Launcher Styles - Black, White, Purple, Blue */
@@ -125,7 +123,6 @@
125123
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #4b0082, stop:1 #6a0dad);
126124
}
127125
"""
128-
129126
if __name__ == '__main__':
130127
try:
131128
gamescope = '--gamescope' in sys.argv

0 commit comments

Comments
 (0)