From 493f33b764c66c819c155f7fa3b93de2a69fa8a7 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 4 Aug 2019 16:56:07 +0100 Subject: [PATCH] minor fix --- openlp/core/common/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/common/settings.py b/openlp/core/common/settings.py index 6042703c5..bbe0b731a 100644 --- a/openlp/core/common/settings.py +++ b/openlp/core/common/settings.py @@ -96,7 +96,7 @@ def upgrade_screens(number, x_position, y_position, height, width, can_override, 'width': int(width) }, 'is_display': is_display_screen, - 'is_primary': number + 'is_primary': can_override } }