Disabling auto detect of qtquick style if manual set.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
08edd7be14
commit
6fa0aea0e5
1 changed files with 8 additions and 7 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue