From b758bb2f52328669904cba3cc85b71e92d8365ce Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 30 Jan 2018 22:02:38 -0700 Subject: [PATCH] Disable theme preview generation for now --- openlp/core/ui/thememanager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 4a544b11d..cbe78412b 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -677,7 +677,8 @@ class ThemeManager(QtWidgets.QWidget, RegistryBase, Ui_ThemeManager, LogMixin, R copyfile(image_source_path, image_destination_path) except OSError: self.log_exception('Failed to save theme image') - self.generate_and_save_image(name, theme) + # TODO: When we get preview generation working again, fix this + # self.generate_and_save_image(name, theme) def generate_and_save_image(self, theme_name, theme): """