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

This commit is contained in:
Chris Witterholt 2024-03-23 20:50:00 +00:00 committed by Tomas Groth
parent cb1db9f432
commit 490b25b73b
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)