mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-15 03:15:17 +00:00
Changed default order of bindings in Qt.py
This commit is contained in:
parent
63f4d082d7
commit
d2afd13c24
@ -1,3 +1,9 @@
|
||||
import os
|
||||
if "QT_PREFERRED_BINDING" not in os.environ:
|
||||
os.environ["QT_PREFERRED_BINDING"] = os.pathsep.join(
|
||||
["PySide2", "PySide", "PyQt5", "PyQt4"]
|
||||
)
|
||||
|
||||
try:
|
||||
from syncplay.ui.gui import MainWindow as GraphicalUI
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user