From 75ffbbba42f6f94d3232c8aab28c6d4d89110e49 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Sep 2019 16:29:35 +0530 Subject: [PATCH] Apparently styles plugins dont exist on linux --- bypy/init_env.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bypy/init_env.py b/bypy/init_env.py index 642cc4db20..310b8a6f54 100644 --- a/bypy/init_env.py +++ b/bypy/init_env.py @@ -65,13 +65,14 @@ QT_PLUGINS = [ 'platformthemes', # 'playlistformats', 'sqldrivers', - 'styles', # 'webview', # 'audio', 'printsupport', 'bearer', 'position', ] if not ismacos and not iswindows: QT_PLUGINS.append('platforminputcontexts') +else: + QT_PLUGINS.append('styles') if islinux: QT_PLUGINS += [