From 0c076ab759e6e2639d309122cb8d7634c78ce9d2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Sep 2019 15:11:53 +0530 Subject: [PATCH] Add the Qt styles plugins Needed on windows for the system theme --- bypy/init_env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypy/init_env.py b/bypy/init_env.py index 99a39554fb..642cc4db20 100644 --- a/bypy/init_env.py +++ b/bypy/init_env.py @@ -65,7 +65,7 @@ QT_PLUGINS = [ 'platformthemes', # 'playlistformats', 'sqldrivers', - # 'styles', + 'styles', # 'webview', # 'audio', 'printsupport', 'bearer', 'position', ]