openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #22540
Re: [Merge] lp:~felipe-q/openlp/refactoring_fixes into lp:openlp
Hi Felipe,
- Settings.__default_settings__[key] fails for non-existant keys... changed to .get(key,'')
This is actually intentional. I also thought this was incorrect until I realised that I was doing things the wrong way. Every plugin has a set of default settings, and all you need to do is add your settings to the list.
--
https://code.launchpad.net/~felipe-q/openlp/refactoring_fixes/+merge/200892
Your team OpenLP Core is subscribed to branch lp:openlp.
References