~tomasgroth/openlp/portable-path

« back to all changes in this revision

Viewing changes to openlp/core/app.py

  • Committer: Tomas Groth
  • Author(s): tim.bentley at gmail
  • Date: 2018-08-04 21:11:51 UTC
  • mfrom: (2820.3.10 fonts)
  • Revision ID: tomasgroth@yahoo.dk-20180804211151-k681l5vd76zdq5gk
Replaced png icons with fonts
Added ability to have custom fonts

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
    if not Settings().value('core/has run wizard'):
405
405
        if not FirstTimeLanguageForm().exec():
406
406
            # if cancel then stop processing
 
407
            server.close_server()
407
408
            sys.exit()
408
409
    # i18n Set Language
409
410
    language = LanguageManager.get_language()