1
0
Fork 0
mirror of synced 2024-06-02 02:34:40 +12:00

Rare: Unset QT_QPA_PLATFORMTHEME at startup

It can mess up theming.
This commit is contained in:
loathingKernel 2023-09-13 22:10:44 +03:00
parent 99eaf86507
commit 86c683835b
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -17,6 +17,8 @@ def main() -> int:
if sys.stderr is None:
sys.stderr = open(os.devnull, 'w')
os.environ["QT_QPA_PLATFORMTHEME"] = ""
# fix cx_freeze
multiprocessing.freeze_support()