From 02e1263d2096b38f87e132061795b2724ceb045e Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 25 Oct 2018 19:17:28 -0700 Subject: [PATCH] Fix a merge issue --- openlp/plugins/presentations/presentationplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/presentationplugin.py b/openlp/plugins/presentations/presentationplugin.py index bdc6a85cd..5e44dae7c 100644 --- a/openlp/plugins/presentations/presentationplugin.py +++ b/openlp/plugins/presentations/presentationplugin.py @@ -52,7 +52,7 @@ __default_settings__ = { 'presentations/presentations files': [], 'presentations/thumbnail_scheme': '', 'presentations/powerpoint slide click advance': QtCore.Qt.Unchecked, - 'presentations/powerpoint control window': QtCore.Qt.Unchecked + 'presentations/powerpoint control window': QtCore.Qt.Unchecked, 'presentations/last directory': None }