Merge branch 'issue-1871' into 'master'

Fix unintentional change of the organization name by the domain name.

Closes #1871

See merge request openlp/openlp!732
This commit is contained in:
Tomas Groth 2024-03-23 20:50:01 +00:00
commit 1a281e3931
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ def main():
app = OpenLP()
Registry.create()
QtWidgets.QApplication.setOrganizationName('OpenLP')
QtWidgets.QApplication.setOrganizationName('openlp.org')
QtWidgets.QApplication.setOrganizationDomain('openlp.org')
if args.portable:
# This has to be done here so that we can load the settings before instantiating the application object
portable_path, settings = setup_portable_settings(args.portablepath)