Wip page auth discord
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import webbrowser
|
||||
from sys import platform
|
||||
from os import environ
|
||||
|
||||
from PySide6 import QtGui
|
||||
from PySide6.QtCore import Qt
|
||||
@@ -12,6 +14,9 @@ from controllers.glow_animator import GlowAnimator
|
||||
from controllers.window_dragger import WindowDragger
|
||||
from fake_patch_notes import patch_note
|
||||
|
||||
# For Linux Wayland to authorize moving window
|
||||
if platform.startswith('linux'):
|
||||
environ["QT_QPA_PLATFORM"] = "xcb"
|
||||
|
||||
class MainWindow(QMainWindow):
|
||||
def __init__(self, bundle_dir):
|
||||
|
||||
Reference in New Issue
Block a user