1
0
Fork 0
mirror of synced 2024-10-06 13:13:27 +13: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 c3c9b0f059
commit 47f153e7c2
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()