~raoul-snyman/openlp/fix-songusage-2.4

« back to all changes in this revision

Viewing changes to openlp/core/ui/generaltab.py

Fix up the last of the packaging issues and increase test coverage of systemplayer to 100%

Add this to your merge proposal:
--------------------------------
lp:~raoul-snyman/openlp/re-enable-version-checking-2.4 (revision 2656)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1783/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1694/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1632/
[SUCCESS] https://ci.openlp.io/job/Branch-04a-Windows_Functional_Tests/1388/
...

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
        self.startup_layout.addWidget(self.show_splash_check_box)
160
160
        self.check_for_updates_check_box = QtWidgets.QCheckBox(self.startup_group_box)
161
161
        self.check_for_updates_check_box.setObjectName('check_for_updates_check_box')
162
 
        self.check_for_updates_check_box.setVisible(False)
163
162
        self.startup_layout.addWidget(self.check_for_updates_check_box)
164
163
        self.right_layout.addWidget(self.startup_group_box)
165
164
        # Application Settings