Disabling auto detect of qtquick style if manual set.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2023-05-25 10:27:27 +02:00
parent 08edd7be14
commit 6fa0aea0e5
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -65,6 +65,7 @@ def get_linux_theme():
def run():
if not 'QT_QUICK_CONTROLS_STYLE' in environ:
environ["QT_QUICK_CONTROLS_STYLE"] = {
"linux": get_linux_theme(),
"freebsd": get_linux_theme(),